mirror of
https://github.com/seigler/bl3skills.com
synced 2025-07-27 01:36:12 +00:00
Fix deploy
This commit is contained in:
parent
1852bbf12e
commit
63b0344345
2 changed files with 2 additions and 24 deletions
|
@ -4,7 +4,8 @@
|
||||||
"build": "pwa build",
|
"build": "pwa build",
|
||||||
"start": "sirv build -s",
|
"start": "sirv build -s",
|
||||||
"watch": "pwa watch",
|
"watch": "pwa watch",
|
||||||
"deploy": "npm run build && git-directory-deploy --directory build/"
|
"deploy": "npm run build && mkdir build/operative build/siren build/beastmaster build/bot-jock && cp build/index.html build/operative/ && cp build/index.html build/siren/ && cp build/index.html build/beastmaster/ && cp build/index.html build/bot-jock/ && echo 'bl3skills.com' > build/CNAME && npm run push-gh-pages",
|
||||||
|
"push-gh-pages": "git-directory-deploy --directory build/"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"deepmerge": "^3.2.0",
|
"deepmerge": "^3.2.0",
|
||||||
|
|
23
src/404.html
23
src/404.html
|
@ -1,23 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8" />
|
|
||||||
|
|
||||||
<title>Borderlands 3 skill calculator</title>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
sessionStorage.redirect = location.href;
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<meta http-equiv="refresh" content="0;URL='/'"></meta>
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
|
||||||
|
|
||||||
|
|
||||||
</html>
|
|
Loading…
Add table
Add a link
Reference in a new issue