diff --git a/packages/frontend/webpack.config.js b/packages/frontend/webpack.config.js index cbc10ba58..776916d64 100644 --- a/packages/frontend/webpack.config.js +++ b/packages/frontend/webpack.config.js @@ -15,7 +15,6 @@ module.exports = (env) => { devtool: mode === "development" ? "source-map" : false, plugins: [ new HtmlWebpackPlugin({ - base: "https://itpoptavky.skaut.cz", template: "./src/html/index.html", }), new MiniCssExtractPlugin(),