implement a blake3 content version layer for cache busting
works pretty much the same as our previous `?cache` parameter, but is implemented in a less ad-hoc way
This commit is contained in:
parent
32f25ce863
commit
7169e65244
7 changed files with 86 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
<style>
|
||||
@font-face {
|
||||
font-family: "Determination Sans";
|
||||
src: url('/static/font/DTM-Sans.otf?cache=b3-4fe96c14');
|
||||
src: url('/static/font/DTM-Sans.otf?v=b3-4fe96c14');
|
||||
}
|
||||
|
||||
.undertale-save-box {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue