deployment
部署至Github Page
更改設定檔
編輯docusaurus.config.js
檢查git remote url
git remote -v
git remote set-url origin to ssh
git remote set-url origin git#github.com:username/reponame.git
部署至Github Page
USE_SSH=true npm run deploy
Gihbupages 客製化 Domain
Github repository 設定
- 在Github repository 中設定 custom domain
- 在 docuaurus.config.js 中設定 baseUrl
baseUrl: '/',
- 在 DNS 設定中增加 A record