Skip to content

Commit 9da77b5

Browse files
committed
Fix initial setup redirection
1 parent be20fa3 commit 9da77b5

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

webroot/botcontrol.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
7+
<meta http-equiv="Pragma" content="no-cache" />
8+
<meta http-equiv="Expires" content="0" />
69
<title>VectorX | Bot Control</title>
710

811
<!-- Google Font: Source Sans Pro -->

webroot/update.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
7+
<meta http-equiv="Pragma" content="no-cache" />
8+
<meta http-equiv="Expires" content="0" />
69
<title>VectorX | Check for Updates</title>
710

811
<!-- Google Font: Source Sans Pro -->

webroot/voicecommands.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
7+
<meta http-equiv="Pragma" content="no-cache" />
8+
<meta http-equiv="Expires" content="0" />
69
<title>VectorX | Voice Commands Help</title>
710

811
<!-- Google Font: Source Sans Pro -->

0 commit comments

Comments
 (0)