diff options
| author | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-21 23:53:10 +0300 |
|---|---|---|
| committer | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-21 23:53:10 +0300 |
| commit | 18514846de3270e0c28203a739840094f2cd95f9 (patch) | |
| tree | c424bcc6704a632f4406ce232974245e6858b878 /astro.config.ts | |
| parent | cac5f918ed04a69f731c7e0cb6b799a07c3efc9b (diff) | |
Add final general version
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, |
