Also are you adding an external domain (not on Cloudflare) or a cf domain?
Also are you adding an external domain (not on Cloudflare) or a cf domain?
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")content-type