Skip to content

Commit 4b35e2c

Browse files
iammukeshmclaude
andcommitted
fix(docs): disable Astro dev toolbar to suppress aria-query audit error
Known Astro 6.x bug with aria-query roles destructuring in the dev toolbar audit. Does not affect production builds. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5e5b21e commit 4b35e2c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/astro.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ import sitemap from '@astrojs/sitemap';
55
import mdx from '@astrojs/mdx';
66

77
export default defineConfig({
8+
devToolbar: {
9+
enabled: false,
10+
},
811
site: 'https://fullstackhero.net',
912
adapter: cloudflare({
1013
imageService: 'compile',

0 commit comments

Comments
 (0)