Configure website for static rendering

This commit is contained in:
2023-11-02 11:08:58 +01:00
parent e04c6a5079
commit 6307ec28d8
6 changed files with 25 additions and 3 deletions

View File

@ -1,5 +1,8 @@
<script>
export const prerender = true;
import "../app.postcss";
</script>
export const prerender = true;
<slot />