Closed yorkxin closed 3 years ago
@kevinjcliao Thanks for your prompting review. I finally make type checkers happy. Please review :)
Thank you for your hard work on this!
@kevinjcliao Likewise! Please let me know if you need help on the api.vaxx.tw
thing I mentioned in the description.
This patch introduces a build pipeline that hosts frontend assets on GitHub Pages.
In order to do that, I've done these:
vaxx.tw
custom domain and move API toapi.vaxx.tw
for the next step, but that requires further migration, so let's run it ong0v.tw/vaccinate
first.*
to accessGET
,HEAD
andOPTIONS
.What I didn't change by intention:
GET /
=>index.html
. Keeping this for now so that we can do iterative migration.To @kevinjcliao :
It seems that
gh-pages
branch already exists. If you merge this branch, all files in that branch will be replaced by Parcel build. If there is any file that is being accessed somewhere else, please let me know, I'll come up with a solution.Closes #67