Skip to content

Commit f9ab71f

Browse files
authored
Disable Astro Starlight dev toolbar (#2032)
1 parent 16127e7 commit f9ab71f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/astro.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ import starlightGitHubAlerts from 'starlight-github-alerts';
1717
export default defineConfig({
1818
site: 'https://githubnext.github.io/gh-aw/',
1919
base: '/gh-aw/',
20+
devToolbar: {
21+
enabled: false
22+
},
2023
integrations: [
2124
starlight({
2225
title: 'GitHub Agentic Workflows',

0 commit comments

Comments
 (0)