Build error when trying to publish pages - Early Parameter Termination & npm run export exit #632
-
Followed the quick setup instructions to deploy via Vercel here, which deploys fine, then when trying to publish pages, I get the following error in Vercel. I've deleted and recreated the Vercel & GitHub project twice so far.
Any help would be appreciated! |
Beta Was this translation helpful? Give feedback.
Answered by
joesmusings
Mar 4, 2024
Replies: 1 comment 1 reply
-
Thanks for reporting. Would it be ok to paste the markdown of the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ahh it looks like it's because of the YAML that I had! I'm migrating from the Digital Garden plugin, so I had the following set on the page:
dg-publish: true
dg-home: true
Removing the digital garden YAML let it build correctly!