Since kit.svelte.dev will fetch docs data directly from the client, we need the relevant access-control-allow-origin header. Easiest thing would just be * rather than faffing about with an allowlist, since we want to be able to use it with preview deployments etc
Since kit.svelte.dev will fetch docs data directly from the client, we need the relevant access-control-allow-origin header. Easiest thing would just be
*
rather than faffing about with an allowlist, since we want to be able to use it with preview deployments etc