Fixed pathing for transpiled css and js

This commit is contained in:
AtHeartEngineer
2022-09-28 14:20:14 +00:00
parent 4f232f6623
commit 9f05ca641f

View File

@@ -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",