diff --git a/package.json b/package.json index 99e0353..b681377 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "cebg-site", "version": "1.0.0", - "description": "", + "description": "cebg static web site", "main": "index.js", "scripts": { "desktop": "webpack --config ./webpack.desktop.js", - "deploy:prod": "rm -f ./src/.DS_Store && aws s3 sync ./src s3://cebg.games.new --exclude \"pubgv4/*\" --exclude \"release/*\"", + "deploy:prod": "rm -f ./src/.DS_Store && aws s3 sync ./src s3://cebg.games.new --acl public-read --exclude \"pubgv4/*\" --exclude \"release/*\"", "refresh:prod": "aws cloudfront create-invalidation --distribution-id EE4HC9OXEQC7Y --paths \"/*\"" }, "author": "", @@ -18,12 +18,13 @@ "html-loader": "^4.2.0", "html-webpack-plugin": "^5.5.0", "html-webpack-tags-plugin": "^3.0.2", + "jsdom": "^20.0.0", "mini-css-extract-plugin": "^2.6.1", + "raw-loader": "^4.0.2", "style-loader": "^3.3.1", + "url-loader": "^4.1.1", "webpack": "^5.74.0", "webpack-cli": "^4.10.0" }, - "dependencies": { - - } + "dependencies": {} } diff --git a/src/desktop/404.html b/src/desktop/404.html index 0a89516..0da7c9d 100755 --- a/src/desktop/404.html +++ b/src/desktop/404.html @@ -42,7 +42,7 @@