Replies: 2 comments 4 replies
-
|
I'm trying to solve the same problem, and I think it is possible though middleware (similar to the vercel starter kit you mentioned). I'll post here if I can make it work. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Body
Summary
Add a way to handle subdomain routing
Background & Motivation
So were building a platform for a link in bio and blog and stuff for users which is handled via [user].astro as a path, however we'd love a way to also include it as a subdomain like you can do with NextJS and middleware. This limitation has sadly sent us back to NextJS for this specific use case but would love to keep all our stack as Astro (our backend dashboard and landing is on Astro)
Goals
A concise, bulleted-list outlining the intended goals of this RFC.
Example
A good example is this project on Vercel: https://vercel.com/templates/next.js/platforms-starter-kit
Beta Was this translation helpful? Give feedback.
All reactions