[PR #6391] 📜 Redirect the .com domain to .org #6486

Closed
opened 2026-02-28 21:29:03 -06:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/actualbudget/actual/pull/6391

State: closed
Merged: Yes


actualbudget.com currently points to the netlify deployment.

Github Pages only supports one custom domain per repo so we can't point .com and .org to the same github pages.

This change will keep the .com pointed at netlify, but will redirect the user to the .org domain.

A redirect is better for SEO as well, so it's a better approach than serving the same content across different domains.

**Original Pull Request:** https://github.com/actualbudget/actual/pull/6391 **State:** closed **Merged:** Yes --- <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes. Try running yarn generate:release-notes *before* pushing your PR for an interactive experience. --> `actualbudget.com` currently points to the netlify deployment. Github Pages only supports one custom domain per repo so we can't point .com and .org to the same github pages. This change will keep the .com pointed at netlify, but will redirect the user to the .org domain. A redirect is better for SEO as well, so it's a better approach than serving the same content across different domains.
GiteaMirror added the pull-request label 2026-02-28 21:29:03 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#6486