Skip to content

Commit bbb4429

Browse files
committed
Bump version of CSS files to invalidate browser cache
1 parent 3d0f1fa commit bbb4429

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gateway/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<link rel="canonical" href="https://webthings.io/gateway">
88
<link rel="icon" href="/images/icon.svg" />
99
<link rel="stylesheet" type="text/css" href="/css/site.css" />
10-
<link rel="stylesheet" type="text/css" href="css/gateway.css" />
10+
<link rel="stylesheet" type="text/css" href="css/gateway.css?v=2 />
1111
<link rel="stylesheet" media="(max-width: 959px)" href="/css/site-mobile.css" />
12-
<link rel="stylesheet" media="(max-width: 959px)" href="css/gateway-mobile.css" />
12+
<link rel="stylesheet" media="(max-width: 959px)" href="css/gateway-mobile.css?v=2" />
1313
<meta name="description" content="Build your own Web of Things gateway" />
1414
<meta name="twitter:card" content="summary_large_image" />
1515
<meta name="twitter:site" content="@WebThingsIO" />

0 commit comments

Comments
 (0)