cache-bursting for stylesheets and fonts

adding `?version=…` makes sure browsers get the latest files, and it
looks like they honour the caching headers we send back
This commit is contained in:
dakkar 2024-06-19 15:46:57 +01:00
parent 717696c472
commit 6d1b1df1aa
2 changed files with 16 additions and 2 deletions

View file

@ -40,8 +40,8 @@ html
link(rel='prefetch' href=infoImageUrl)
link(rel='prefetch' href=notFoundImageUrl)
//- https://github.com/misskey-dev/misskey/issues/9842
link(rel='stylesheet' href='/assets/phosphor-icons/bold/style.css')
link(rel='stylesheet' href='/static-assets/fonts/sharkey-icons/style.css')
link(rel='stylesheet' href=`/assets/phosphor-icons/bold/style.css?version=${version}`)
link(rel='stylesheet' href=`/static-assets/fonts/sharkey-icons/style.css?version=${version}`)
link(rel='modulepreload' href=`/vite/${clientEntry.file}`)
if !config.clientManifestExists