T
TanStack3mo ago
rotten-yellow

Can I host my landing page on Framer & everything else in TSS?

In nextjs I could proxy the landing page to a framer-hosted site, and then everything else in my deployed vercel app. Can I do the same with TSS?
8 Replies
foreign-sapphire
foreign-sapphire3mo ago
how did you handle that in next js rewrites ?
rotten-yellow
rotten-yellowOP3mo ago
yes sir!
rotten-yellow
rotten-yellowOP3mo ago
I could do something like this in next.
No description
foreign-sapphire
foreign-sapphire3mo ago
where do you deploy your project ? vercel ?
rotten-yellow
rotten-yellowOP3mo ago
my current project, netlify. The example above was vercel
foreign-sapphire
foreign-sapphire3mo ago
I think this will handle the problem https://x.com/schanuelmiller/status/1963371179231568215?s=61 but for now try netlify config or nitro proxy ( nitro.config.ts )
Manuel Schiller (@schanuelmiller)
Soon in TanStack Router/Start: URL rewrites This opens up a ton of possibilities such as - i18n with translated URL paths - multi-tenant apps with subdomains
From Manuel Schiller (@schanuelmiller)
X
rotten-yellow
rotten-yellowOP3mo ago
Damn, sounds like I'm right on time for this update haha! Great sleuthing
foreign-sapphire
foreign-sapphire3mo ago
Yea

Did you find this page helpful?