From 18514846de3270e0c28203a739840094f2cd95f9 Mon Sep 17 00:00:00 2001 From: Dawid Rycerz Date: Mon, 21 Jul 2025 23:53:10 +0300 Subject: Add final general version --- astro.config.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'astro.config.ts') 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, -- cgit v1.2.3