mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-11-21 20:50:40 +00:00
fix: fix asset loading on subfolder deployments (#164)
This commit is contained in:
parent
8fb428e672
commit
c3bcc40486
@ -23,7 +23,6 @@ var config = {
|
|||||||
filename: "js/[name].bundle.min.js",
|
filename: "js/[name].bundle.min.js",
|
||||||
chunkFilename: "js/[name].chunk.min.js",
|
chunkFilename: "js/[name].chunk.min.js",
|
||||||
path: path.join(__dirname, "static"),
|
path: path.join(__dirname, "static"),
|
||||||
publicPath: "/",
|
|
||||||
clean: true
|
clean: true
|
||||||
},
|
},
|
||||||
watchOptions: {
|
watchOptions: {
|
||||||
|
Loading…
Reference in New Issue
Block a user