no output directory named "public" found after the build completed. you can configure the output directory in your project settings.
The build step will result in an error if the output directory is missing, empty, or invalid
(if it’s actually not a directory).
To resolve this error, you can try the following steps:
Make sure that the output directory is specified correctly in project settings.
Here’s the documentation.
If the output directory is correct, double check the Build Command (documentation)
or the root directory (documentation).
Try running the Build Command locally and make sure that the files are correctly generated
in the specified output directory.
https://vercel.com/docs/errors#errors/missing-public-directory