Added hash to resource filenames

Cache busting is here wooooo
This commit is contained in:
Alejandro Angulo 2021-10-03 10:42:07 -07:00
parent 8d2abf9b3b
commit b1790c7776
No known key found for this signature in database
GPG key ID: A8B58A203A659A98
10 changed files with 63 additions and 11 deletions

10
.prettierrc Normal file
View file

@ -0,0 +1,10 @@
{
"overrides": [
{
"files": ["*.html"],
"options": {
"parser": "go-template"
}
}
]
}