diff --git a/next.config.js b/next.config.js index 876411f4..a2618bf4 100644 --- a/next.config.js +++ b/next.config.js @@ -68,7 +68,7 @@ module.exports = withBundleAnalyzer({ // }) // } - console.log(path.resolve(__dirname, 'themes', THEME)) + // console.log(path.resolve(__dirname, 'themes', THEME)) // 动态主题:添加 resolve.alias 配置,将动态路径映射到实际路径 config.resolve.alias['@theme-components'] = path.resolve(__dirname, 'themes', THEME)