~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.
c5cfb877
—
pyrossh 4 months ago
update astro config
- astro.config.mjs +3 -0
astro.config.mjs
CHANGED
|
@@ -10,4 +10,7 @@ export default defineConfig({
|
|
|
10
10
|
trailingSlash: 'never',
|
|
11
11
|
output: 'static',
|
|
12
12
|
integrations: [icon(), sitemap(), expressiveCode()],
|
|
13
|
+
devToolbar: {
|
|
14
|
+
enabled: false,
|
|
15
|
+
},
|
|
13
16
|
});
|