Skip to content

Commit 6bff1ad

Browse files
committed
Fix to index pages
1 parent 115087a commit 6bff1ad

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

astro.config.mjs

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ export default defineConfig({
196196

197197
// Machine-to-machine applications section subfolder redirects
198198
"/machine-to-machine-applications/about-m2m/":
199-
"/machine-to-machine-applications/about-m2m/authenticate-with-m2m/",
199+
"/machine-to-machine-applications/about-m2m/index/",
200200
"/machine-to-machine-applications/m2m-application-setup/":
201201
"/machine-to-machine-applications/m2m-application-setup/add-feature-flags-to-m2m-applications/",
202202
"/machine-to-machine-applications/m2m-token-customization/":
@@ -217,6 +217,8 @@ export default defineConfig({
217217
"/manage-your-account/your-data/check-your-mau/",
218218

219219
// Manage users section subfolder redirects
220+
"/manage-users/about/":
221+
"/manage-users/about/index/",
220222
"/manage-users/access-control/":
221223
"/manage-users/access-control/accept-policies-signup/",
222224
"/manage-users/add-and-edit/":
@@ -228,7 +230,7 @@ export default defineConfig({
228230

229231
// Properties section subfolder redirects
230232
"/properties/about-properties/":
231-
"/properties/about-properties/application-properties/",
233+
"/properties/about-properties/index/",
232234
"/properties/work-with-properties/":
233235
"/properties/work-with-properties/manage-properties/",
234236

@@ -251,6 +253,8 @@ export default defineConfig({
251253
"/trust-center/security/security-at-kinde/",
252254

253255
// Workflows section subfolder redirects
256+
"/workflows/about-workflows/":
257+
"workflows/about-workflows/index/",
254258
"/workflows/bindings/":
255259
"/workflows/bindings/access-token-binding/",
256260
"/workflows/configuration/":
@@ -264,7 +268,7 @@ export default defineConfig({
264268
"/workflows/observability/":
265269
"/workflows/observability/workflow-build-logs/",
266270
"/workflows/testing/":
267-
"/workflows/testing/preview-workflows/"
271+
"/workflows/testing/index/"
268272
},
269273
markdown: {
270274
rehypePlugins: [

0 commit comments

Comments
 (0)