Skip to content

Commit c293a7c

Browse files
committed
docs: update landing URL references to miqaaat.com
1 parent 81d7cb2 commit c293a7c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ jobs:
107107
if-no-files-found: warn
108108

109109
revalidate-landing:
110-
# Tells the landing site (miqaaat.com / miqaat.develop-better-solutions.com)
111-
# to drop its ISR cache and refetch the GitHub Releases API right
110+
# Tells the landing site (miqaaat.com) to drop its ISR cache and
111+
# refetch the GitHub Releases API right
112112
# now — without this, visitors wait up to 10 minutes after a release
113113
# for the new download URLs to appear. Skipped if the secrets aren't
114114
# set, so a fresh fork doesn't fail this step.

docs/releasing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ npm run release:bump patch -- --push # 1.0.3 → 1.0.4
1212
That's it. Watch:
1313
- **Build:** [github.com/bdevgroup/miqaat/actions/workflows/release.yml](https://github.com/bdevgroup/miqaat/actions/workflows/release.yml)
1414
- **Release page:** [github.com/bdevgroup/miqaat/releases/latest](https://github.com/bdevgroup/miqaat/releases/latest) (appears once the matrix completes, ~15–25 min)
15-
- **Landing CTAs:** [miqaat.develop-better-solutions.com](https://miqaat.develop-better-solutions.com/#download) refreshes within seconds (via the revalidate webhook) or up to 10 min (via ISR fallback).
15+
- **Landing CTAs:** [miqaaat.com](https://miqaaat.com/#download) refreshes within seconds (via the revalidate webhook) or up to 10 min (via ISR fallback).
1616

1717
## What `release:bump` does
1818

@@ -168,7 +168,7 @@ If only the AppImage shows up on a release: the runner is missing `fakeroot`. Th
168168

169169
### "The landing still shows the old version"
170170

171-
1. Open `https://miqaat.develop-better-solutions.com/` in incognito to bypass browser cache.
171+
1. Open `https://miqaaat.com/` in incognito to bypass browser cache.
172172
2. If still stale: the revalidate webhook didn't fire. Either the secrets aren't set, or the workflow's matrix didn't reach full success. Check the `Refresh landing cache` job's logs.
173173
3. ISR fallback kicks in within 10 minutes regardless. After that, the next page request triggers a background refetch and the visitor *after* that one sees the fresh version.
174174

0 commit comments

Comments
 (0)