updates for serving off AWS / cloudfront

This commit is contained in:
sawka
2023-04-02 00:19:20 -07:00
parent 60bbf73b14
commit 7134a21f6a
5 changed files with 38 additions and 7 deletions
+3
View File
@@ -20,6 +20,9 @@ var merged = merge.merge(common, {
headers: {
'Cache-Control': 'no-store',
},
devMiddleware: {
publicPath: '/dist-dev/'
},
allowedHosts: "all",
hot: false,
liveReload: false,