nuxt-themes / docus

Write beautiful documentations with Nuxt and Markdown.
https://docus.dev
MIT License
1.59k stars 156 forks source link

[DX] Simple deploy on @vercel fails without going nothing #892

Open miguelgargallo opened 1 year ago

miguelgargallo commented 1 year ago
<html><body>
<!--StartFragment-->

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

<span>STATIC_BUILD_NO_OUT_DIR: No Output Directory named "dist" found after the Build completed. You can configure the Output Directory in your Project Settings.</span><!--EndFragment-->
</body>
</html>
washirving commented 1 year ago

true. its just don't work. if create «dist» folder its deploying but shows 404 page

atinux commented 1 year ago

How did you create the vercel deployment?

miguelgargallo commented 1 year ago

Vercel templates, on local labs at home and at works labs

atinux commented 1 year ago

They need to update the template since it is actually linking to the wrong one, let me ping them again

miguelgargallo commented 1 year ago

Yeah because mine works perfectly at dnser.pencil.li a personal non-spam example project on docus

atinux commented 1 year ago

Happy for me to give you access to https://nuxt.studio ? It's easier to create and edit Docus projects from it :)

marcelschilling commented 1 year ago

They need to update the template since it is actually linking to the wrong one, let me ping them again

What do you mean with "wrong linking" and how could this be fixed?

atinux commented 1 year ago

I am talking with the Vercel team to see how they can update the "deploy" link to link to the correct repository or sub folder

Tahul commented 1 year ago

@Atinux is this closed?

I heard in recent meeting the templates are finally fixed?