From 9f05ca641f09bdb7d4c9ef9905582bfabb0d358b Mon Sep 17 00:00:00 2001 From: AtHeartEngineer <1675654+AtHeartEngineer@users.noreply.github.com> Date: Wed, 28 Sep 2022 14:20:14 +0000 Subject: [PATCH] Fixed pathing for transpiled css and js --- webpack.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webpack.config.js b/webpack.config.js index 50b8d83..1b96b36 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -46,6 +46,7 @@ module.exports = { template: "public/index.html", filename: "index.html", inlineSource: ".(js|css)", + publicPath: "/landing-page/", // <--- This is only for github pages without a custom domain, remove this line if you have a custom domain }), new MiniCssExtractPlugin({ filename: "styles.css",