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:
parent
90416eb87e
commit
739d1636dc
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue