|
|
|
|
|
by oefrha
687 days ago
|
|
GitHub Pages is pretty bad for static content with its universal Cache-Control: max-age=600
that can’t be changed. Your assets should have much longer expiry and hopefully be immutable. Just get a server, it’s cheap and you can do proper cache control and you’re not beholden to your Microsoft overlord. |
|