Skip to content

Commit 794b65f

Browse files
committed
Cache Busting to deploy latest
1 parent 43230a8 commit 794b65f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DeepResearch.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1284,7 +1284,7 @@ <h3>✨ Features:</h3>
12841284
</div>
12851285

12861286
<!-- Scripts -->
1287-
<script src="config.js"></script>
1287+
<script src="config.js?v=2025010401"></script>
12881288
<script src="lib/useragreement/agreement.js"></script>
12891289
<script src="lib/AIAssistant/AIAssistant-Backend.js?v=2025010301"></script>
12901290

Playground.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ <h2>🚀 Welcome to AI Playground</h2>
822822
</div>
823823

824824
<!-- Configuration and Analytics -->
825-
<script src="config.js"></script>
825+
<script src="config.js?v=2025010401"></script>
826826

827827
<!-- Load Dependencies -->
828828
<script src="lib/AIAssistant/AIAssistant-Backend.js?v=2025010301"></script>

0 commit comments

Comments
 (0)