How the heck do I get the pages action to build? It always tries to deploy yet seeming doesn’t have
How the heck do I get the pages action to build? It always tries to deploy yet seeming doesn’t have the files build beforehand available

_headers and _routes.json are correct for the official Remix + Pages template? https://github.com/remix-run/remix/pull/8722/filesReferenceError: HowlerGlobal is not defined
wrangler pages deploy ./output where output is the folder where your built assets are.import casingMiddleware from '@custom/lowercase-url-midddleware'
import redirectTrailingSlashMiddleware from '@custom/trailing-slash-midddleware'
import headerMiddleware from '@custom/header-midddleware'
export const onRequest = [
casingMiddleware( {domain: "get value from environment variable"}),
redirectTrailingSlashMiddleware,
headerMiddleware
]