Config: Add CDN URL option #425 #1351

This commit is contained in:
Michael Mayer
2021-07-05 16:41:43 +02:00
parent 50560004aa
commit c87d5da2e3
59 changed files with 662 additions and 324 deletions

View File

@@ -197,7 +197,7 @@ const config = {
loader: "file-loader",
options: {
name: "[hash].[ext]",
publicPath: "/static/build/img",
publicPath: "./static/build/img",
outputPath: "img",
},
},
@@ -206,7 +206,7 @@ const config = {
loader: "file-loader",
options: {
name: "[hash].[ext]",
publicPath: "/static/build/fonts",
publicPath: "./fonts",
outputPath: "fonts",
},
},