|
|
|
|
|
by dom96
1520 days ago
|
|
> In a static html site there is only one index.html so all routes have the same meta tags unless you overwrite the index.html file using an edge worker. I guess this is specifically for SPA static sites? I would expect a static html site to have different html files for each page, like blog/2020-09-09-title.html and that could then have its own metatags, so no need for this dynamic rewriting, unless I'm missing something. |
|