diff --git a/src/pages/index.astro b/src/pages/index.astro index 69011db..7b9cfef 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -11,6 +11,10 @@ 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(