mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 18:36:53 +00:00
@@ -45,6 +45,18 @@ const config = {
|
||||
disableInDev: false,
|
||||
},
|
||||
],
|
||||
[
|
||||
'@docusaurus/plugin-client-redirects',
|
||||
{
|
||||
createRedirects(existingPath) {
|
||||
if (existingPath.startsWith('/0.109.7/')) {
|
||||
return [
|
||||
existingPath.replace('/0.109.7/', '/'),
|
||||
];
|
||||
}
|
||||
},
|
||||
},
|
||||
],
|
||||
],
|
||||
|
||||
presets: [
|
||||
|
||||
Reference in New Issue
Block a user