Skip to content

Commit

Permalink
new docs
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp committed Nov 20, 2024
1 parent 0135563 commit 4895cf0
Show file tree
Hide file tree
Showing 12 changed files with 5,297 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs2/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ import tailwind from '@astrojs/tailwind';

// https://astro.build/config
export default defineConfig({
integrations: [tailwind()]
});
integrations: [tailwind()],
devToolbar: {
enabled: false,
},
});
Loading

0 comments on commit 4895cf0

Please sign in to comment.