Skip to content

Commit d15574a

Browse files
save
Signed-off-by: Nikola Hristov <Nikola@PlayForm.Cloud>
1 parent 3c79f00 commit d15574a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Public/_redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/Contact /Contact/Sale/ 200
1212
/Contact/ /Contact/Sale/ 200
1313

14-
# ── VARIANT REWRITES (200) 1675 rules ──
14+
# ── VARIANT REWRITES (200) - 1675 rules ──
1515
# Case permutations, plurals, aliases → canonical content.
1616
/ac/forgotpassword /Account/ForgotPassword/ 200
1717
/Ac/forgotpassword /Account/ForgotPassword/ 200

Source/Function/Route/Integration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ const RouteRedirectIntegration = (): AstroIntegration => ({
385385
);
386386

387387
RedirectLine.push(
388-
`# ── VARIANT REWRITES (200) ${SortedVariant.length} rules ──`,
388+
`# ── VARIANT REWRITES (200) - ${SortedVariant.length} rules ──`,
389389
);
390390
RedirectLine.push(
391391
"# Case permutations, plurals, aliases → canonical content.",

Source/Function/Route/Register.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ if ("serviceWorker" in navigator && !__DEV__) {
162162
// Reload the page so the new route map / cache version takes effect.
163163
// Guard with sessionStorage to prevent infinite reload loops.
164164
navigator.serviceWorker.addEventListener("controllerchange", () => {
165-
__DEV__ && Log("Controller changed new SW is active.");
165+
__DEV__ && Log("Controller changed - new SW is active.");
166166

167167
// Ask the new controller for its version
168168
navigator.serviceWorker.controller?.postMessage({
@@ -202,7 +202,7 @@ if ("serviceWorker" in navigator && !__DEV__) {
202202
const StoredVersion = sessionStorage.getItem(VersionKey);
203203

204204
if (!StoredVersion) {
205-
// First time seeing this request the actual version
205+
// First time seeing this - request the actual version
206206
navigator.serviceWorker.controller?.postMessage({
207207
Type: "Version:Check",
208208
});

0 commit comments

Comments
 (0)