mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-28 12:33:10 +00:00
fix(v2): specify proper TS path in classic theme (#4381)
This commit is contained in:
parent
6afa83c419
commit
c32d8bd116
|
|
@ -98,7 +98,7 @@ export default function docusaurusThemeClassic(
|
|||
},
|
||||
|
||||
getTypeScriptThemePath() {
|
||||
return path.resolve(__dirname, './theme');
|
||||
return path.resolve(__dirname, '..', 'src', 'theme');
|
||||
},
|
||||
|
||||
getTranslationFiles: async () => getTranslationFiles({themeConfig}),
|
||||
|
|
|
|||
Loading…
Reference in New Issue