We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e9149e commit 8f9f1a1Copy full SHA for 8f9f1a1
1 file changed
web/astro.config.mjs
@@ -7,6 +7,9 @@ import starlightScrollToTop from 'starlight-scroll-to-top'
7
8
export default defineConfig({
9
site: SITE_URL,
10
+ redirects: {
11
+ '/reference/matrix': '/reference/Matrix',
12
+ },
13
i18n: {
14
locales: ["en", "es", "fr", "pl"],
15
defaultLocale: "en",
0 commit comments