znote icon indicating copy to clipboard operation
znote copied to clipboard

Deploying issue

Open ananditavishnoi opened this issue 5 years ago • 2 comments

I'm trying to deploy this website using netlify. The build command that I used was - vuepress build docs and publish directory - docs/.vuepress/dist. According to the logs, everything seems to be fine, and it also gets built. Although, when I click on the link, the desired output is far from what gets built. What gets built: image The url of the deployed website: https://blissful-jennings-dfa804.netlify.app I tried running it locally, there seems to be no problem there at all. After running locally: Screenshot 2021-01-16 at 12 45 28 AM

Should I use some other command for deploying it? Or, is there something else that I'm missing? Link to my repository: https://github.com/ananditavishnoi/my-blogsite

ananditavishnoi avatar Jan 15 '21 18:01 ananditavishnoi

If you are building and pushing locally, you can refer to my files package.json and deploy.sh, and then run the command npm run deploy.

zpj80231 avatar Jan 16 '21 04:01 zpj80231

@zpj80231 I wanted to do this on Netlify. Is there a way to do this on any of the hosting platforms?

ananditavishnoi avatar Jan 17 '21 07:01 ananditavishnoi