-
Notifications
You must be signed in to change notification settings - Fork 0
docs: canonical URL is https://jonbogaty.com/pkgs/ #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -82,17 +82,21 @@ tap git tree directly. | |||||||||||||||||
| - **Deployed** via `withastro/action@v6` (auto-detects pnpm) to GitHub | ||||||||||||||||||
| Pages with base path `/pkgs` | ||||||||||||||||||
|
|
||||||||||||||||||
| ## Why not subpath under custom domain (jonbogaty.com/pkgs)? | ||||||||||||||||||
| ## Site serves at jonbogaty.com/pkgs/ | ||||||||||||||||||
|
|
||||||||||||||||||
| Astro's official GitHub Pages guide only supports either: | ||||||||||||||||||
| The operator's apex domain `jonbogaty.com` already CNAMEs to | ||||||||||||||||||
| `jbcom.github.io`, so GitHub Pages transparently serves `/pkgs/` at | ||||||||||||||||||
| `https://jonbogaty.com/pkgs/`. `jbcom.github.io/pkgs/` 301-redirects | ||||||||||||||||||
| to the canonical URL. | ||||||||||||||||||
|
Comment on lines
+87
to
+90
|
||||||||||||||||||
| The operator's apex domain `jonbogaty.com` already CNAMEs to | |
| `jbcom.github.io`, so GitHub Pages transparently serves `/pkgs/` at | |
| `https://jonbogaty.com/pkgs/`. `jbcom.github.io/pkgs/` 301-redirects | |
| to the canonical URL. | |
| The operator's apex domain `jonbogaty.com` is already configured to | |
| point at `jbcom.github.io`, so GitHub Pages transparently serves | |
| `/pkgs/` at `https://jonbogaty.com/pkgs/`. `jbcom.github.io/pkgs/` | |
| 301-redirects to the canonical URL. |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -11,7 +11,7 @@ domain: ops | |||||
|
|
||||||
| | Env | URL | Trigger | | ||||||
| |-----|-----|---------| | ||||||
| | Production | <https://jbcom.github.io/pkgs/> | Push to `main` | | ||||||
| | Production | <https://jonbogaty.com/pkgs/> | Push to `main` | | ||||||
| | Preview | Local (`pnpm dev`) | `localhost:4321/pkgs/` | | ||||||
|
|
||||||
| There is no staging environment. Previews happen locally. | ||||||
|
|
@@ -53,20 +53,23 @@ Or: | |||||
|
|
||||||
| - GitHub Pages build status: <https://github.com/jbcom/pkgs/deployments> | ||||||
| - Workflow runs: <https://github.com/jbcom/pkgs/actions> | ||||||
| - Site health: manual check at <https://jbcom.github.io/pkgs/> | ||||||
| - Site health: manual check at <https://jonbogaty.com/pkgs/> | ||||||
|
|
||||||
| No uptime SLA. If the site is down for more than an hour during a | ||||||
| release window, escalate via the upstream project's issue tracker. | ||||||
|
|
||||||
| ## DNS / custom domain | ||||||
|
|
||||||
| Currently served on the GitHub-issued subdomain | ||||||
| (`jbcom.github.io/pkgs`). To serve `jonbogaty.com/pkgs` in the future: | ||||||
| The operator's apex `jonbogaty.com` already CNAMEs to | ||||||
|
||||||
| The operator's apex `jonbogaty.com` already CNAMEs to | |
| The operator's apex `jonbogaty.com` already resolves to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This references
deploy.yml, but the repo’s Pages workflow file is.github/workflows/cd.yml. Updating this (and any other mentions in the README) will keep the docs consistent with the actual workflow name.