fix(studio): bust the studio.js cache alongside the page that needs it

The markup gained a page tree and a template gallery whose handlers live in
studio.js. Pinned at the old query string, a returning visitor gets the new
page and last week's script: a sidebar and a Templates button that do
nothing.
This commit is contained in:
Silent Mode 2026-09-21 01:21:57 +02:00
parent 90416eb87e
commit 739d1636dc

View file

@ -312,6 +312,6 @@
<script src="./vendor/grapesjs/style-bg.js?v=2.0.2"></script>
<script src="./vendor/grapesjs/touch.js?v=0.1.1"></script>
<script src="./vendor/grapesjs/parser-postcss.js?v=1.0.3"></script>
<script type="module" src="./js/studio.js?v=20260920usd"></script>
<script type="module" src="./js/studio.js?v=20260921pages"></script>
</body>
</html>