浏览代码

Fix missing icons and colorpicker when mounted on suburl (#15501)

* Fix missing icons and colorpicker when mounted on suburl

Signed-off-by: Andrew Thornton <art27@cantab.net>

* as per silverwind

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: Lauris BH <lauris@nix.lv>
tags/v1.15.0-rc1
zeripath 3 年前
父节点
当前提交
6a7090b41d
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      webpack.config.js

+ 2
- 2
webpack.config.js 查看文件

@@ -188,7 +188,7 @@ export default {
type: 'asset/resource',
generator: {
filename: 'fonts/[name][ext]',
publicPath: '/', // required to remove css/ path segment
publicPath: '../', // required to remove css/ path segment
}
},
{
@@ -196,7 +196,7 @@ export default {
type: 'asset/resource',
generator: {
filename: 'img/webpack/[name][ext]',
publicPath: '/', // required to remove css/ path segment
publicPath: '../', // required to remove css/ path segment
}
},
],

正在加载...
取消
保存