diff options
| author | Yuval Adam <_@yuv.al> | 2025-09-24 10:07:20 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-09-24 10:07:20 +0200 |
| commit | c89f55bc7949e2741d29f76392ab3af8d49886ca (patch) | |
| tree | 4e217ab6f1da0f85ddcd2881ba547fed4a8399ba /astro.config.mjs | |
| parent | bd921aa827d0edbf8ad8523cf570d8baba4c9076 (diff) | |
Remove rc-slider
Diffstat (limited to 'astro.config.mjs')
| -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 a7143db..2674216 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -19,5 +19,9 @@ export default defineConfig({ adapter: cloudflare({ imageService: "compile" - }) + }), + + devToolbar: { + enabled: false + } });
\ No newline at end of file |
