trying to add a custom domain to cloudflare page rn
trying to add a custom domain to cloudflare page rn


content-type get set for pages data?_headers not seem to override the content-type header?

import.meta.env. is correctecho $CF_PAGES_BRANCH to the front of your build command, does it show?

echo $CF_PAGES_BRANCH && cd website && npm run build
onMount(() => {
if (import.meta.env.VITE_ENV !== "prod" && import.meta.env.VITE_ENV !== "staging") {
return
}
console.log(import.meta.env.CF_PAGES_BRANCH, "branch")