We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dae44e5 commit 5389189Copy full SHA for 5389189
website/next.config.js
@@ -132,6 +132,16 @@ export default withNextra({
132
destination: '/en/',
133
permanent: true,
134
},
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
144
145
// If we ever change `output` to not be `export`, we should move all the redirects from `nginx.conf` here
146
],
147
images: {
0 commit comments