Skip to content

Commit

Permalink
feat!: new web URL for latest release
Browse files Browse the repository at this point in the history
https://mal-mirai.web.app/ should always point to the latest release instead of the latest commit, making http://mirai.jabster28.vercel.app/ dynction as a bleeding-edge link.
  • Loading branch information
Jabster28 committed Jul 14, 2020
1 parent dbca428 commit 64a0f4c
Show file tree
Hide file tree
Showing 4 changed files with 1,821 additions and 53 deletions.
5 changes: 5 additions & 0 deletions .firebaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"projects": {
"default": "mal-mirai"
}
}
16 changes: 16 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"hosting": {
"public": "dist/pwa",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"eslint-config-prettier": "6.11.0",
"eslint-loader": "4.0.2",
"eslint-plugin-vue": "6.2.2",
"firebase-tools": "^8.5.0",
"typescript": "3.9.6",
"workbox-webpack-plugin": "5.1.3"
},
Expand Down
Loading

1 comment on commit 64a0f4c

@vercel
Copy link

@vercel vercel bot commented on 64a0f4c Jul 14, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.