Home > Enterprise >  Cant deploy site on either github pages or netlify. Nuxt2 and Tailwind project
Cant deploy site on either github pages or netlify. Nuxt2 and Tailwind project

Time:12-13

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 enter image description here

enter image description here

on netlify it failes; enter image description here

CodePudding user response:

Here is the URL of a hosted app: enter image description here

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

CodePudding user response:

Simplest advice for you:

  • Build from main
  • Add an index.html and .nojekyll file in the root
  • Make sure the builds restart and you're page will be up and running.
  • Related