From 0d66c330b83a3af3157d240772cfbdeb5ea1949b Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sat, 24 May 2025 20:00:51 +0200 Subject: [PATCH] feat: don't exclude /threads from prefetch --- astro.config.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index b6738c5..8454e52 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -15,7 +15,6 @@ export default defineConfig({ assetCachePrefix: 'ayco-personal-site', assetCacheVersionID: '3', logAssets: true, - excludeRoutes: ['/threads'], esbuild: { minify: true, },