website
git clone https://git.pyrossh.dev/website
木 Personal website of pyrossh. Built with astrojs, shiki, vite.
b3f1742
— pyrossh
2024-02-21T16:30:15+05:30
add prerender
src/routes/+layout.server.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const prerender = true;
|