Skip to content

Port wiki redirects from old Gatsby site to Next.js - #19

Merged
JRoy merged 1 commit into
masterfrom
copilot/port-wiki-redirects-to-http
Jul 27, 2026
Merged

Port wiki redirects from old Gatsby site to Next.js#19
JRoy merged 1 commit into
masterfrom
copilot/port-wiki-redirects-to-http

Conversation

Copilot AI commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

The old Gatsby site handled short/unprefixed wiki paths (e.g. /Home, /BannerMeta.html) via a custom plugin. These redirects were not carried over to the new Next.js site.

Changes

  • Adds 25 redirects to next.config.ts covering all paths from the old wiki-redirects plugin
  • Collapses two-hop chains into single redirects (e.g. /Home/wiki/Home.html/wiki/introduction becomes /Home/wiki/introduction)
  • /Common-Issues, /Common-Issues.html, /help, /help.html/wiki/faq (closest equivalent in new site)
  • Hash-based module redirects (e.g. /Module-Breakdown#essentialsx-chat) are intentionally omitted — hash fragments are never sent to the server and cannot be handled via server-side redirects

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
essentialsx-website 87f7c6d Jul 22 2026, 09:56 PM

@JRoy
JRoy marked this pull request as ready for review July 22, 2026 22:02
@JRoy
JRoy merged commit 5edd747 into master Jul 27, 2026
1 of 2 checks passed
@JRoy
JRoy deleted the copilot/port-wiki-redirects-to-http branch July 27, 2026 04:13
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.

3 participants