Skip to content

Commit 5389189

Browse files
committed
Redirect Graph Assistant page
1 parent dae44e5 commit 5389189

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

website/next.config.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,16 @@ export default withNextra({
132132
destination: '/en/',
133133
permanent: true,
134134
},
135+
{
136+
source: '/:locale/graph-assistant/quick-start',
137+
destination: '/:locale/ai-suite/graph-assistant/quick-start',
138+
permanent: true,
139+
},
140+
{
141+
source: '/graph-assistant/quick-start',
142+
destination: '/en/ai-suite/graph-assistant/quick-start',
143+
permanent: true,
144+
},
135145
// If we ever change `output` to not be `export`, we should move all the redirects from `nginx.conf` here
136146
],
137147
images: {

0 commit comments

Comments
 (0)