1.1 Background
Static sites are easy to host on CDNs and edge networks: predictable files, strong caching, and no server runtime for content reads.
Relative paths
Inter-page links use relative URLs so the same build works on staging paths and production domains.
Example
Link back to the English home page:
<a href="../index.html">ideaprd</a>