mirror of
https://github.com/mikkelsvartveit/astro-personal-website.git
synced 2025-12-22 11:12:38 +00:00
Add workaround for server island bug
This commit is contained in:
parent
c5a44e7fab
commit
68b787ef5b
1 changed files with 3 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue