Skip to content

Commit

Permalink
chore: Disable dev toolbar in astro.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
yagee committed May 28, 2024
1 parent d4f186e commit 4b27517
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ const terserOptions = {

// https://astro.build/config
export default defineConfig({
devToolbar: false,
devToolbar: {
enabled: false,
},
build: {
// inlineStylesheets: 'never',
},
Expand Down

0 comments on commit 4b27517

Please sign in to comment.