Add cache-busting for stylesheet
This commit is contained in:
parent
87a08dae0d
commit
bbee49c837
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
(meta :name "viewport" :content "width=device-width, initial-scale=1")
|
||||
(link :rel "icon" :href "/favicon.ico")
|
||||
(link :rel "apple-touch-icon" :href "/favicon.ico")
|
||||
(link :rel "stylesheet" :href "/dist.css")
|
||||
(link :rel "stylesheet" :href (format nil "/dist.css?~a" #.(get-universal-time)))
|
||||
(script :src "https://cdn.jsdelivr.net/npm/htmx.org@2.0.0/dist/htmx.min.js")
|
||||
(script :src "https://cdn.jsdelivr.net/npm/htmx-ext-head-support@2.0.0/head-support.min.js")
|
||||
(script :src "https://cdn.jsdelivr.net/npm/alpinejs@3.14.0/dist/cdn.min.js" :defer t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue