I have some feedback for Pages to
I have some feedback for Pages to Workers migration. If you're serving static assets without going through a worker first, you should remove the [assets]binding="" from wrangler.toml. It would be nice to see this in the migration guide, I would think more often than not, a Pages project will be migrated to a static worker + multiple workers, or by just compiling Page Functions into one worker.
name = 'sh8r-static'
[assets]
directory = "dist"
not_found_handling = "404-page"
name = 'sh8r-static'
[assets]
directory = "dist"
not_found_handling = "404-page"

