Closed zanhk closed 6 months ago
The problem seem to be the package "@astrojs/cloudflare": "^10.2.0",
with "^10.1.0",
works, with "^10.2.0"
it don't: https://github.com/withastro/adapters/issues/237
Closing as it's a bug on https://github.com/withastro/adapters/issues/237
Not sure what I am missing but when I build the the project on the file
_worker.js/index.js
there is a missing declaration of
_page4
and_page6
which are later used onpageMap
Full build log:
My configuration:
output is
hybrid
but both slugs (pages/[...slug].astro
andpages/post/[...slug].astro
) are statically built.I m using view transitions and all packages are updated to the latest version.
What am I missing?
Thanks