Skip to content

Commit 5a60015

Browse files
Merge pull request #420 from kinde-oss/Fix/Update-redirects
Update astro.config.mjs
2 parents cea3ec5 + 0adc34c commit 5a60015

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

astro.config.mjs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ export default defineConfig({
4949
"/developer-tools/kinde-api/get-access-token-for-connecting-securely-to-kindes-api/":
5050
"/developer-tools/kinde-api/access-token-for-api/",
5151
"/developer-tools/kinde-api/test-the-connection-to-kindes-api/":
52-
"/developer-tools/kinde-api/troubleshoot-kinde-api/"
52+
"/developer-tools/kinde-api/troubleshoot-kinde-api/",
53+
"/developer-tools/sdks/native/expo-react-native/":
54+
"/developer-tools/sdks/native/expo/"
5355
},
5456
markdown: {
5557
rehypePlugins: [
@@ -127,4 +129,4 @@ export default defineConfig({
127129
}),
128130
mdx() // Typically, with Starlight we wouldn't need to add `mdx`, but the `astro-auto-import` was throwing warnings https://github.com/withastro/starlight/releases/tag/%40astrojs%2Fstarlight%400.23.0
129131
]
130-
});
132+
});

0 commit comments

Comments
 (0)