Add prerender support to development.astro for improved performance
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
---
|
||||
export const prerender = true;
|
||||
import Layout from '../../layouts/PageLayout.astro';
|
||||
import { getPermalink } from '../../utils/permalinks';
|
||||
import { getTranslation } from '../../i18n/translations';
|
||||
|
Reference in New Issue
Block a user