I replaced `adapter-cloudflare-workers` with `adapter-cloudflare`, it works fine, i am going crazy
I am building a personal blog website with sveltekit and as i am using mdsvex to handle the markdown articles serverside in a
This means i ran this command to initialize my svelte project:
as mentioned in the CF Docs and i edited my
based on the Svelte Docs and after some trial and error my
But...
+page.server.js file, which to my understanding is considered SSR, i went on to use Cloudflare (CF) Workers instead of CF Pages.This means i ran this command to initialize my svelte project:
as mentioned in the CF Docs and i edited my
svelte.config.js file to look like this:based on the Svelte Docs and after some trial and error my
wrangler.json file looked like this, and everything worked fine, website deployed successfully etc:But...