fix(v2): add missing layout alias on theme-classic plugin

This commit is contained in:
endiliey 2019-05-06 20:32:49 +08:00
parent eedd4c481c
commit 3298d8cd23

View file

@ -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'),