diff --git a/webpack.config.js b/webpack.config.js index 1d6b405..f3ae154 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -11,7 +11,6 @@ module.exports = { output: { path: path.resolve(__dirname, 'dist'), filename: 'bundle.js', - publicPath: '/', }, stats: { colors: true, @@ -21,7 +20,7 @@ module.exports = { hints: false, }, plugins: [ - new HtmlWebpackPlugin({ title: "Chaos's Food Likes/Dislikes", baseUrl: '' }) + new HtmlWebpackPlugin({ title: "Chaos's Food Likes/Dislikes", baseUrl: './' }) ], devServer: { historyApiFallback: true,