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 8fba09a commit cbdd248Copy full SHA for cbdd248
docusaurus.config.ts
@@ -216,8 +216,8 @@ const config: Config = {
216
}
217
],
218
createRedirects(existingPath) {
219
- if (existingPath?.includes('/guides/community/rfcs/')) {
220
- return existingPath.replace('/guides/community/rfcs/', '/developer/community/rfcs/');
+ if (existingPath?.includes('/developer/community/rfcs/')) {
+ return existingPath.replace('/developer/community/rfcs/', '/guides/community/rfcs/');
221
222
return undefined;
223
0 commit comments