~repos /website
git clone https://pyrossh.dev/repos/website.git
木 Personal website of pyrossh. Built with astrojs, shiki, vite.
b3f1742b
—
pyrossh 1 year ago
add prerender
src/routes/+layout.server.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const prerender = true;
|