nuxt-themes / alpine

The minimalist blog theme, powered by Nuxt & Markdown.
https://alpine.nuxt.space
MIT License
302 stars 55 forks source link

[Bug] Issue with Vercel Deployment #133

Open marcelschilling opened 1 year ago

marcelschilling commented 1 year ago

Hi,

My local deployment is working fine.

However, when I try to deploy using vercel, an error occurs:

Error: No Output Directory named "dist" found after the Build completed. You can configure the Output Directory in your Project Settings.

Does anyone have an idea what the problem is?

Thanks in advance.

Best, Marcel

Tahul commented 1 year ago

Hello @marcelschilling :)

Could you provide a bit more about your project structure?

From Vercel you should be able to overwrite the deployed path from your build target, but I need to know more about what your project looks like to help you on that!

Tahul commented 1 year ago

Also, is this related to nuxt-themes/docus#892