Yeah, quite the confusing ride to go from workers to pages 😦 hope this is more clearly documented i
Yeah, quite the confusing ride to go from workers to pages
hope this is more clearly documented in the future how workers and pages differ.

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 buildcontent-type_headers/favicon.ico
Content-Type: image/pngCF_PAGES_BRANCH onMount(() => {
if (import.meta.env.VITE_ENV !== "prod" && import.meta.env.VITE_ENV !== "staging") {
return
}
console.log(import.meta.env.CF_PAGES_BRANCH, "branch")import.meta.env.echo $CF_PAGES_BRANCH"build": "echo $CF_PAGES_BRANCH && vinxi build",echo $CF_PAGES_BRANCH && cd website && npm run build