Why does this `_headers` not seem to override the content-type header? ``` /favicon.ico Content-T
Why does this
_headers not seem to override the content-type header?_headers/favicon.ico
Content-Type: image/png

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

VITE_CF_PAGES_BRANCH=$CF_PAGES_BRANCH && cd website && npm run buildexport VITE_CF_PAGES_BRANCH="$CF_PAGES_BRANCH" && cd website && npm run build

CF_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 buildconsole.log(import.meta.env.CF_PAGES_BRANCH, "branch")VITE_CF_PAGES_BRANCH=$CF_PAGES_BRANCH && cd website && npm run buildexport VITE_CF_PAGES_BRANCH="$CF_PAGES_BRANCH" && cd website && npm run build