opral / inlang-paraglide-js

Tree-shakable i18n library build on the inlang ecosystem.
https://inlang.com/m/gerre34r/library-inlang-paraglideJs
52 stars 1 forks source link

add explainer on how to deploy on cloudflare #172

Closed samuelstroschein closed 3 months ago

samuelstroschein commented 4 months ago

"Maybe it would be good to add a small explainer to the website as it's not 100% intuitive and quite some people are using cloudflare to deploy svelte"

Skymax00 commented 4 months ago

You can fix it directly from the Cloudflare Pages settings:

image image

You can also use nodejs_als (as seen in the image), instead of nodejs_compat, which is more lightweight and doesn't affect performance as much, as mentioned on other posts.