There was an error while loading. Please reload this page.
1 parent f36da97 commit 963cb58Copy full SHA for 963cb58
1 file changed
frontend/razzle.extend.js
@@ -2,7 +2,7 @@ const plugins = (defaultPlugins) => {
2
return defaultPlugins;
3
};
4
const modify = (config, { target, dev }, webpack) => {
5
- const themeConfigPath = `${__dirname}/src/theme/theme.config`;
+ const themeConfigPath = `${__dirname}/theme/theme.config`;
6
config.resolve.alias['../../theme.config$'] = themeConfigPath;
7
config.resolve.alias['../../theme.config'] = themeConfigPath;
8
0 commit comments