mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 10:20:09 +02:00
fix(v2): add missing layout alias on theme-classic plugin
This commit is contained in:
parent
eedd4c481c
commit
3298d8cd23
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ class DocusaurusThemeDefault {
|
|||
resolve: {
|
||||
alias: {
|
||||
'@theme/Footer': path.resolve(__dirname, './theme/Footer'),
|
||||
'@theme/Layout': path.resolve(__dirname, './theme/Layout'),
|
||||
'@theme/Navbar': path.resolve(__dirname, './theme/Navbar'),
|
||||
'@theme/NotFound': path.resolve(__dirname, './theme/NotFound'),
|
||||
'@theme/Search': path.resolve(__dirname, './theme/Search'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue