index.html not updating to reflect publication.yml and config.yml changes #107
-
I have been updating publication.yml and config.yml with our project's data. I've discovered, on inspecting the browser preview, that the index.html has not been updated to receive these changes ie. the head Can I dive into the index.html file and change the meta tags and some of the span tags? Or is it better practice to control changes purely through mark-down and yaml files? If so, why wouldn't this be reflected in the html? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @sophielamb, I take it you're looking at the |
Beta Was this translation helpful? Give feedback.
Hi @sophielamb, I take it you're looking at the
index.html
file inside thesite
directory of your project? That file won't actually update until you runquire site
.quire preview
builds the site in the background and, somewhat non-intuitively, doesn't update thesite
files.