@cloudflare/next-on-pages@1.0.3
github-actions
released this
26 Jun 09:49
·
252 commits
to main
since this release
Patch Changes
-
b1c3a33: fix --info showing [object Promise] for relevant packages instead of their versions
-
a9b8c3c: Overwrite prerendered files if they already exist in the output directory.
When using
--skip-build
, it would fail if a prerendered file already existed, so we need to override the files so that the build process can continue like normal. This was problematic as after the first build, the prerendered files would now exist in the output directory as static assets, preventing any additional builds. -
b1c3a33: fix vercel command not found issue