Skip to content

Commit c38fe13

Browse files
authored
remove sql redirects (#2691)
1 parent bd3c685 commit c38fe13

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docusaurus.config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,6 @@ const config: Config = {
206206
if (existingPath?.includes('/developer/community/rfcs/')) {
207207
return existingPath.replace('/developer/community/rfcs/', '/guides/community/rfcs/');
208208
}
209-
if (existingPath?.includes('/sql/')) {
210-
return existingPath.replace('/sql/', '/en/sql/');
211-
}
212209
return undefined;
213210
}
214211
}

0 commit comments

Comments
 (0)