Add prerender support to development.astro for improved performance

This commit is contained in:
2025-06-06 23:42:15 +02:00
parent 33dd9c9d8d
commit 5763c43389

View File

@@ -1,4 +1,5 @@
--- ---
export const prerender = true;
import Layout from '../../layouts/PageLayout.astro'; import Layout from '../../layouts/PageLayout.astro';
import { getPermalink } from '../../utils/permalinks'; import { getPermalink } from '../../utils/permalinks';
import { getTranslation } from '../../i18n/translations'; import { getTranslation } from '../../i18n/translations';