add templates
This commit is contained in:
@@ -10,9 +10,10 @@ import MainLayout from '@layouts/MainLayout.astro';
|
||||
import ContentGrid from '@components/ContentGrid.astro';
|
||||
import EndnewsList from '@components/EndnewsList.astro';
|
||||
|
||||
//export const prerender = {
|
||||
// isr: { expiration: 3 } // ISR: обновлять раз в 3 секунды
|
||||
//};
|
||||
|
||||
//ISR
|
||||
export const prerender = false;
|
||||
//export const revalidate = 1;
|
||||
---
|
||||
|
||||
<MainLayout
|
||||
|
||||
Reference in New Issue
Block a user