feat: enable static rendering

This commit is contained in:
madkarmaa 2025-04-02 11:58:23 +02:00
parent 101f054c8f
commit 5f19ef6d92

3
src/routes/+layout.ts Normal file
View File

@ -0,0 +1,3 @@
import '../app.scss';
export const prerender = true;