Skip to content

feat(website): move v1 docs to v1.alchemy.run - #1448

Merged
sam-goodwin merged 1 commit into
mainfrom
claude/website-v1-alchemy-run
Jul 15, 2026
Merged

feat(website): move v1 docs to v1.alchemy.run#1448
sam-goodwin merged 1 commit into
mainfrom
claude/website-v1-alchemy-run

Conversation

@sam-goodwin

Copy link
Copy Markdown
Collaborator

The apex alchemy.run is taken over by the alchemy-effect (v2) website — see the companion PR: alchemy-run/alchemy#806. The v1 docs move to v1.alchemy.run:

 const domain =
-  stage === "prod" ? ZONE : stage === "dev" ? `dev.${ZONE}` : undefined;
+  stage === "prod" ? `v1.${ZONE}` : stage === "dev" ? `dev.${ZONE}` : undefined;
  • astro site and the OG-image fallback origin move to https://v1.alchemy.run.
  • dev.alchemy.run, PR previews, the zone resource, and the ph.alchemy.run PostHog proxy are unchanged.

Deploy order: this PR must merge/deploy before alchemy-run/alchemy#806 — the prod deploy detaches alchemy.run from the router Worker, which is required before the v2 Worker can attach it (custom domains can only be attached to one Worker).

🤖 Generated with Claude Code

The apex alchemy.run is taken over by the alchemy-effect (v2) website.
The v1 prod router Worker now attaches v1.alchemy.run instead, and the
canonical site URL moves accordingly.

Must deploy before the alchemy-effect prod deploy so the apex custom
domain is detached from the router Worker before the v2 Worker claims it.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@pkg-pr-new

pkg-pr-new Bot commented Jul 11, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/alchemy@1448

commit: 1ce8c31

@sam-goodwin
sam-goodwin merged commit 81f388b into main Jul 15, 2026
4 of 6 checks passed
@sam-goodwin
sam-goodwin deleted the claude/website-v1-alchemy-run branch July 15, 2026 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant