Replies: 2 comments
-
I am facing the same issue during build when deploying in Vercel. How did you make it work in Vercel? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I did nothing, the same code doesn't build on Github Pages, but it works well in Vercel. If you can send me a link to your repo I can try to find differences in configuration. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I've upgraded my site to Nextra v3 and it works pretty well, but when I publish it on Github Pages I've got the following error during the build:
All my
_meta.js
containexport default
clause but somehow the builder does not recognise them.The whole error message you can see at https://github.com/kpietak/rust-course/actions/runs/11997724944/job/33443671115
Any ideas what could be wrong? I've tried many various configuration according to migration guide, but everything works locally, nothing on GH Pages.
One of my
_meta.js
files is listed below:Any help will be appreciated.
Ps. Exactly the same configuration compiles properly in Vercel so I suppose this is something related to the GH environment.
Beta Was this translation helpful? Give feedback.
All reactions