Skip to content

Commit 1efa66e

Browse files
committed
add 'vary=2' to knock forward caching on the js files
1 parent d746669 commit 1efa66e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

short_example/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ <h4>Prompt Replacements</h4>
146146
<br>Made using the <a href="https://bootswatch.com/darkly/">Darkly Bootstrap Theme</a> by Thomas Park, which was released under the <a href="https://github.com/thomaspark/bootswatch/blob/95df99d76147797cbcb1014b639805add2327f65/LICENSE">MIT License</a>.
147147
</center>
148148
</footer>
149-
<script src="data.js"></script>
150-
<script src="proc.js"></script>
149+
<script src="data.js?vary=2"></script>
150+
<script src="proc.js?vary=2"></script>
151151
<script src="bootstrap.bundle.min.js"></script>
152152
</body>

0 commit comments

Comments
 (0)