fix: replace dead domain with production URL #61

Merged
forgejo_admin merged 1 commit from 60-fix-dead-domain-reference into main 2026-03-21 14:59:54 +00:00

Summary

Registration confirmation page referenced westsidekingsandqueens.com, a domain that does not exist. Replaced both occurrences with the actual production URL westsidekingsandqueens.tail5b443a.ts.net.

Changes

  • src/routes/register/+page.svelte: Updated two <strong> tags (Stripe success redirect on line 201 and inline confirmation on line 469) from westsidekingsandqueens.com to westsidekingsandqueens.tail5b443a.ts.net

Test Plan

  • Grep confirmed no other references to the non-existent domain in the repo
  • Manual verification: complete registration flow, confirm both confirmation views show correct URL

Review Checklist

  • Passed automated review-fix loop
  • No secrets committed
  • No unnecessary file changes
  • Commit messages are descriptive
## Summary Registration confirmation page referenced `westsidekingsandqueens.com`, a domain that does not exist. Replaced both occurrences with the actual production URL `westsidekingsandqueens.tail5b443a.ts.net`. ## Changes - `src/routes/register/+page.svelte`: Updated two `<strong>` tags (Stripe success redirect on line 201 and inline confirmation on line 469) from `westsidekingsandqueens.com` to `westsidekingsandqueens.tail5b443a.ts.net` ## Test Plan - [x] Grep confirmed no other references to the non-existent domain in the repo - [ ] Manual verification: complete registration flow, confirm both confirmation views show correct URL ## Review Checklist - [x] Passed automated review-fix loop - [x] No secrets committed - [x] No unnecessary file changes - [x] Commit messages are descriptive ## Related - Closes #60
fix: replace non-existent westsidekingsandqueens.com with actual production URL
Some checks are pending
ci/woodpecker/pr/woodpecker Pipeline is running
4af83c7d77
The registration confirmation page referenced westsidekingsandqueens.com,
a domain that does not exist. Updated both occurrences (Stripe success
redirect and inline confirmation) to the real production URL
westsidekingsandqueens.tail5b443a.ts.net.

Closes #60

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
forgejo_admin deleted branch 60-fix-dead-domain-reference 2026-03-21 14:59:54 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
forgejo_admin/westside-landing!61
No description provided.