make path relative to work in a folder
This commit is contained in:
parent
bd9e54c848
commit
83d076160c
|
@ -21,7 +21,7 @@ module.exports = {
|
|||
hints: false,
|
||||
},
|
||||
plugins: [
|
||||
new HtmlWebpackPlugin({ title: "Chaos's Food Likes/Dislikes" })
|
||||
new HtmlWebpackPlugin({ title: "Chaos's Food Likes/Dislikes", baseUrl: '' })
|
||||
],
|
||||
devServer: {
|
||||
historyApiFallback: true,
|
||||
|
|
Loading…
Reference in a new issue