Issues with deploying to pages
i tried with next js, sveltekit nothing works for me here is the log file of svelte version,
app is empty starter template
I followed this steps
https://developers.cloudflare.com/pages/framework-guides/deploy-a-svelte-site/
Deploy a Svelte site · Cloudflare Pages docs
Svelte is an increasingly popular, open-source framework for building user interfaces and web applications. Unlike most frameworks, Svelte is …
2 Replies
You need to configure Pages to build with Node.js 16 or greater: https://developers.cloudflare.com/pages/framework-guides/deploy-a-svelte-site/#deploying-with-cloudflare-pages
Deploy a Svelte site · Cloudflare Pages docs
Svelte is an increasingly popular, open-source framework for building user interfaces and web applications. Unlike most frameworks, Svelte is …
thank you