~repos /website
GIT_CONFIG_PARAMETERS="'http.version=HTTP/1.1'" git clone
https://git.pyrossh.dev/website.git
Discussions:
https://groups.google.com/g/rust-embed-devs
木 Personal website of pyrossh. Built with astrojs, shiki, vite.
b3f1742b
—
pyrossh 2 years ago
add prerender
src/routes/+layout.server.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const prerender = true;
|