Facing issue while using SSG in Svelte

“I’m working on integrating Svelte with Builder.io to create dynamic pages. I want to achieve Static Site Generation (SSG) with Svelte so that static content is generated for every page. However, it seems that it is using Server-Side Rendering (SSR). Could you please provide an example or guidance on how to achieve SSG with Svelte, particularly in the context of integrating it with Builder.io for dynamic content?”

I suggest you look at SvelteKit (https://kit.svelte.dev)

Hello @Prashant,

SSR works out-of-the-box with Svelte.