A redirect entry formatted for framework integration.
The shape matches Next.js redirects() config directly. For other frameworks
(Remix, SvelteKit), a light transform may be needed — e.g., Remix uses
{ path, redirect, status } and SvelteKit uses { from, to, status }.
A redirect entry formatted for framework integration.
The shape matches Next.js
redirects()config directly. For other frameworks (Remix, SvelteKit), a light transform may be needed — e.g., Remix uses{ path, redirect, status }and SvelteKit uses{ from, to, status }.Example