You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Deno Deploy does not have a redirect config (like Netlify _redirects, or vercel.json files).
It would be nice if this adapter takes in a config for permanent or temporary external redirects, and handles them. Astro can only handle internal redirects.
This would help with SEO, and user experience when redirecting from naked to domain to www, or redirecting from typo domains etc.
Currently, Deno Deploy does not have a redirect config (like Netlify
_redirects
, orvercel.json
files).It would be nice if this adapter takes in a config for permanent or temporary external redirects, and handles them. Astro can only handle internal redirects.
This would help with SEO, and user experience when redirecting from naked to domain to
www
, or redirecting from typo domains etc.The only workaround (short of rewriting the built-in server) I could find so far is to create a second project in Deno Deploy with a simple redirect.
The text was updated successfully, but these errors were encountered: