Bones
CDCloudflare Developers
•Created by Bones on 1/27/2025 in #general-help
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
+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...3 replies