Skip to content

Commit 7f1319c

Browse files
committed
fix enteprise page slug
1 parent e279ae4 commit 7f1319c

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)