Reputation: 41
Hello i have build a project in Nuxt2 and Tailwind. But I cant deploy it on github pages or netflify.. Here is my project in guthub https://github.com/Astborg/cocktailappNuxt/
On github pages its just loading..
Upvotes: 1
Views: 166
Reputation: 46814
Here is the URL of a hosted app: https://vocal-dusk-d7176e.netlify.app/
Here are my build settings
And here are some changes that I did to your project to have it properly hosted on Netlify: https://github.com/kissu/cocktailappNuxt/blob/main/nuxt.config.js#L3
Upvotes: 1
Reputation: 1117
Simplest advice for you:
main
index.html
and .nojekyll
file in the rootUpvotes: 0