Hi @quivan96, thanks for the post.
Based on the image is looks like your application is either a React.js or Next.js application.
The typical build settings are as follows:
# React.js
-
Build command:
npm run build
oryarn build
-
Publish directory:
build
# Next.js
- For apps that use server-side rendering and Next.js Runtime:
-
Build command:
next build
-
Publish directory:
.next
-
Build command:
- For apps that use static HTML export:
-
Build command:
next build && next export
-
Publish directory:
out
-
Build command:
Kindly let me know the outcome once you follow the suggestions above.
Thanks.
hi
I replied on the other thread, it seems to be working now?
let me know if not!
1 Like