Configure website for static rendering
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
<script>
|
||||
export const prerender = true;
|
||||
import "../app.postcss";
|
||||
</script>
|
||||
|
||||
export const prerender = true;
|
||||
|
||||
<slot />
|
||||
|
||||
Reference in New Issue
Block a user