chore: refine astro config and plugins

This commit is contained in:
radishzzz 2025-01-14 05:36:04 +00:00
parent 77fc6eff6c
commit 9a7b0c42e1
3 changed files with 28 additions and 32 deletions

View file

@ -130,4 +130,7 @@ export default defineConfig({
],
],
},
devToolbar: {
enabled: false,
},
})