Bugfix: CSS output path was relative instead of absolute
This commit is contained in:
parent
8c7ad6e81e
commit
d2b2bfa2e2
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ let options = {
|
|||
title: 'Seance',
|
||||
},
|
||||
extractCSS: true,
|
||||
cssOutputPath: 'css/styles.css',
|
||||
cssOutputPath: '/css/styles.css',
|
||||
publicPath: 'public',
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue