diff options
| author | Yuval Adam <_@yuv.al> | 2025-05-23 14:58:37 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-05-23 14:58:37 +0200 |
| commit | c94a56e59aa5843af93bece5f9f73c6cd07a936c (patch) | |
| tree | 670497a92258f317e0b18969ff30928d4aead3c8 | |
| parent | 594c7b180589c2b62b86f23085ac640a73f9397d (diff) | |
Disable dev toolbar
| -rw-r--r-- | astro.config.mjs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/astro.config.mjs b/astro.config.mjs index 9512ab2..0f737ef 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -11,5 +11,9 @@ export default defineConfig({ plugins: [tailwindcss()] }, - integrations: [react()] + integrations: [react()], + + devToolbar: { + enabled: false, + }, });
\ No newline at end of file |
