It seems like my Netlify is not syncing correctly to its relevant project repo. The project is hosted and works. But any additional changes I make to the code doesn’t seem to reflect on Netlify, even though it indicates that the latest changes have been published.
Thanks for reaching out and welcome to Netlify’s Support Forums!
Looking at the repo, I’m showing that last commit was last week. Compared to the deploy, the last deploy was on February 17. When you push changes from your local environment to GitHub, are you seeing the GitHub repo update?
But any additional changes I make to the code doesn’t seem to reflect on Netlify, even though it indicates that the latest changes have been published.
Netlify’s last build aligns with the latest commit from your repo:
Event though the application builds as expected with no errors, the changes made in the code aren’t reflected in the deployed site. As an example, here is some of the GitHub code that references the logo that shows on top of the screen (index.vue):
But if you go into the deployed application and inspect the page, you can see the code is different. The code doesn’t match that of the repository the application was built from.
Hey @Livi, I’ve taken a look at your site and it looks like you are not generating the new HTML before publishing on Netlify. Can you take a look at the Nuxt docs here [Nuxt - Netlify] and make sure you’re following all the steps? Let us know if that doesn’t help!