Skip to content

Commit e16509c

Browse files
committed
Stop Caching
1 parent 0c59493 commit e16509c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

static/apps.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<link rel="stylesheet" href="/assets/styles/main.css">
1111
<link rel="stylesheet" href="/assets/styles/theme/solid/default.css?v=1">
1212
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
13-
<script src="/assets/scripts/index.js"></script>
13+
<script src="/assets/scripts/index.js?v=1"></script>
1414
<script src="https://kit.fontawesome.com/1237c86ba0.js" crossorigin="anonymous"></script>
1515
<script src="assets/scripts/apps.js?v=1"></script>
1616
<script src="/assets/scripts/global.js?v=1"></script>

static/games.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<link rel="stylesheet" href="/assets/styles/main.css">
1111
<link rel="stylesheet" href="/assets/styles/theme/solid/default.css?v=1">
1212
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
13-
<script src="/assets/scripts/index.js"></script>
13+
<script src="/assets/scripts/index.js?v=1"></script>
1414
<script src="https://kit.fontawesome.com/1237c86ba0.js" crossorigin="anonymous"></script>
1515
<script src="/assets/scripts/g.js?v=1"> </script>
1616
</head>

static/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h1><a href="https://github.com/interstellarnetwork/interstellar">GitHub</a>&#12
5454
</div>
5555
</div>
5656
</div>
57-
<script src="assets/scripts/index.js"></script>
57+
<script src="assets/scripts/index.js?v=1"></script>
5858
<script src="./m/bundle.js"></script>
5959
<script src="./m/config.js"></script>
6060
<script src="https://kit.fontawesome.com/1237c86ba0.js" crossorigin="anonymous"></script>

0 commit comments

Comments
 (0)