Update only one website page

hi,
I’ve published a directory with 5 pages of my website. Then I did and it works. So I’ve modified only one page. How can i update only that page ? I’ve to re-publish the entire directory?
thanks.

You have to, as it will generate a new hash for the whole directory.
The way it works is that you are linking files to “directories”, the files that you have not changes have the same hash, while the one you changed has a different hash. Since you changed one hash, the directory itself will have a new hash.

1 Like

Thank you very much! :grinning:

Also see Dynamic website with user functionality how you can avoid re-adding the entire directory and instead just patch in a new link. Might be useful if you have very large directories.

4 Likes

thank you for the very explicit example!