diff options
Diffstat (limited to 'astro.config.ts')
| -rw-r--r-- | astro.config.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/astro.config.ts b/astro.config.ts index 462563a..7afa4c9 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -24,6 +24,10 @@ const whenExternalScripts = (items: (() => AstroIntegration) | (() => AstroInteg export default defineConfig({ output: 'static', + devToolbar: { + enabled: false, + }, + integrations: [ tailwind({ applyBaseStyles: false, |
