Multilingual websites on separate domains #2483
Replies: 3 comments 1 reply
-
pinging @opral/inlang-paraglide-js. this is the same requirement that @DominkG has |
Beta Was this translation helpful? Give feedback.
-
The best way currently is to not use the SvelteKit adapter & instead use ParaglideJS directly. You need to do a few things:
I'm currently prototyping ways to make the Adapter's routing API way more flexible that would enable use-cases like this. Hopefully this will be easy to do in the adapter soon. |
Beta Was this translation helpful? Give feedback.
-
I could use this feature as well. Have you had any luck with prototyping @LorisSigrist? Thank you for the guide for manual implementation. I will give it a try if the feature is not on the horizon. |
Beta Was this translation helpful? Give feedback.
-
I'm using Sveltekit on Vercel and wonder how I could use ParaglideJS to deploy each localized version of my website to its own domain like
example.es
andexample.fr
instead ofexample.com/es
andexample.com/fr
.Beta Was this translation helpful? Give feedback.
All reactions