Skip to content

Commit 0b013f1

Browse files
committed
chore(astro.config): Add /beta redirect
1 parent 6cf5bf7 commit 0b013f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

astro.config.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ export default defineConfig({
266266
}),
267267
],
268268
redirects: {
269-
'/logs': '/configuration/logs'
269+
'/logs': '/configuration/logs',
270+
'/beta': '/getting-started/beta/',
270271
}
271272
});

0 commit comments

Comments
 (0)