Use relative paths.
gitea/icedream/rekt-theme/master This commit looks good Details

header/meta/overlay^2
Icedream 2018-07-22 23:39:45 +02:00
parent c8a9204103
commit fb63356f10
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ export default (options, { mode }) => {
.replace(/\[chunkhash(.*?)\]/g, '[id$1]')
.replace(/\[ext(.*?)\]/g, 'css');
// const cssOutputRebasePath = `${slash(path.relative(path.dirname(cssOutputFileName), ''))}/`;
const cssOutputRebasePath = '/';
const cssOutputRebasePath = '../../../';
// Default options for file-loader
const getFileLoaderOptions = type => ({