Skip to content

Commit

Permalink
docs: add security to astro config
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaPS committed Jan 15, 2025
1 parent 41dd1fe commit b9d9ae7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,12 @@ export default defineConfig({
directory: "widgets",
},
},
{
label: "🔐 Security",
autogenerate: {
directory: "security",
},
},
],
components: {
TwoColumnContent:
Expand Down

0 comments on commit b9d9ae7

Please sign in to comment.