mirror of
https://github.com/acid-info/vac.dev.git
synced 2025-02-20 15:48:11 +00:00
fix: redirect /research to /rlog
This commit is contained in:
parent
d4cc49efdd
commit
6282270ce9
@ -64,6 +64,7 @@ const config = {
|
||||
[
|
||||
'@docusaurus/plugin-client-redirects',
|
||||
{
|
||||
redirects: [{ from: '/research', to: '/rlog' }],
|
||||
createRedirects(existingPath) {
|
||||
return existingPath.startsWith('/rlog') && existingPath !== '/rlog'
|
||||
? [existingPath.replace('/rlog', '')]
|
||||
|
Loading…
x
Reference in New Issue
Block a user