Add workaround for server island bug

This commit is contained in:
Mikkel Svartveit 2024-12-23 11:44:50 +01:00
parent c5a44e7fab
commit 68b787ef5b

View file

@ -1,4 +1,7 @@
---
// TODO: remove this once https://github.com/withastro/adapters/issues/489 is fixed
export const prerender = false;
import { Image } from "astro:assets";
import BaseLayout from "../layouts/BaseLayout.astro";
import NotFoundImage from "../assets/images/404.jpeg";