From fe1d8f5a9eb518488cc1f679c5f23cc8527570e8 Mon Sep 17 00:00:00 2001 From: rob Date: Fri, 19 Apr 2024 01:00:08 -0400 Subject: [PATCH] cache buster for app bundle --- app/views/layout/main.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layout/main.pug b/app/views/layout/main.pug index 7dfb426..ca9bcca 100644 --- a/app/views/layout/main.pug +++ b/app/views/layout/main.pug @@ -103,6 +103,6 @@ html(lang='en', data-obs-widget= obsWidget) block vendorjs - script(src="/dist/app.bundle.js", type="module"). + script(src=`/dist/app.bundle.js?${pkg.version}`, type="module"). block viewjs \ No newline at end of file