mirror of
https://github.com/tlsnotary/website.git
synced 2026-01-07 21:24:15 -05:00
Fixed pathing for transpiled css and js
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user