~repos /website

#astro#js#html#css

git clone https://pyrossh.dev/repos/website.git
Discussions: https://groups.google.com/g/rust-embed-devs

木 Personal website of pyrossh. Built with astrojs, shiki, vite.


c5cfb877 pyrossh

3 weeks ago
update astro config
Files changed (1) hide show
  1. 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
  });