fix: fix build error

This commit is contained in:
jinhojang6 2023-09-18 17:48:04 +09:00
parent fccaeabb61
commit 102d85783f
1 changed files with 1 additions and 13 deletions

View File

@ -46,19 +46,7 @@ const config = {
}),
],
],
plugins: [
[
'@docusaurus/plugin-client-redirects',
{
redirects: [{ from: '/research', to: '/rlog' }],
createRedirects(existingPath) {
return existingPath.startsWith('/rlog') && existingPath !== '/rlog'
? [existingPath.replace('/rlog', '')]
: undefined
},
},
],
],
plugins: [],
themeConfig:
/** @type {import('@acid-info/logos-docusaurus-preset').ThemeConfig} */