Skip to content

Commit 3a181b2

Browse files
authored
fix enteprise page slug (#28)
1 parent 665f498 commit 3a181b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ export default defineConfig({
335335
},
336336
{
337337
label: 'Enterprise',
338-
autogenerate: { directory: '/aws/pro' },
338+
autogenerate: { directory: '/aws/enterprise' },
339339
collapsed: true,
340340
},
341341
{

0 commit comments

Comments
 (0)