Compare commits

...

1 Commits
3.11.0 ... main

Author SHA1 Message Date
7b8fb380d4 feat: enable prerender pending resoltuion of server island fix
All checks were successful
test-build / guarddog (push) Successful in 30s
renovate / renovate (push) Successful in 56s
test-build / build (push) Successful in 1m55s
2026-03-13 11:39:59 -05:00

View File

@@ -11,10 +11,6 @@ import GiteaSection from '@components/sections/GiteaSection.astro';
import BaseLayout from '@layouts/BaseLayout.astro';
import directus from '@lib/directus';
// Weather section server island does not seem to load under Astro 6, setting the whole page for server
// side rendering for now.
export const prerender = false
const global = await directus.request(readSingleton('site_global'));
const weather = await directus.request(readSingleton('site_weather'));
const posts = await directus.request(