You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah chiming in with steps to reproduce in case it's unclear since I ran into this myself - agree that better guidance in docs is minimum fix:
Publish a note with dg-home = true.
Change the name of the note
Publish the newly-renamed note with Publish Single Note command
Vercel build fails with error 1 and an opaque message
The issue is that you now have two published notes with dg-home=true. The solve is to Publish Multiple Notes, which will 'publish the deletion' of the note with its old name, thus removing it.
git repo didn't remove old name versions, causing build error for the dg-home note
(output conflict, multiple input files writing to index file)
perhaps either some fix or some docs guidance is desirable?
The text was updated successfully, but these errors were encountered: