Skip to content

Commit 8f9f1a1

Browse files
committed
Redirect /matrix page to /Matrix
1 parent 7e9149e commit 8f9f1a1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

web/astro.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ import starlightScrollToTop from 'starlight-scroll-to-top'
77

88
export default defineConfig({
99
site: SITE_URL,
10+
redirects: {
11+
'/reference/matrix': '/reference/Matrix',
12+
},
1013
i18n: {
1114
locales: ["en", "es", "fr", "pl"],
1215
defaultLocale: "en",

0 commit comments

Comments
 (0)