mirror of
https://github.com/tlsnotary/website.git
synced 2026-01-09 23:08:11 -05:00
Fixed pathing for transpiled css and js
This commit is contained in:
@@ -46,6 +46,7 @@ module.exports = {
|
|||||||
template: "public/index.html",
|
template: "public/index.html",
|
||||||
filename: "index.html",
|
filename: "index.html",
|
||||||
inlineSource: ".(js|css)",
|
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({
|
new MiniCssExtractPlugin({
|
||||||
filename: "styles.css",
|
filename: "styles.css",
|
||||||
|
|||||||
Reference in New Issue
Block a user