소스 검색

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
No account linked to committer's email address
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
}
},
],

Loading…
취소
저장