Skip to content

Commit 78390b1

Browse files
committed
Quick fix for cache busting problem
1 parent 1b6a082 commit 78390b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/layouts/default.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width">
77
<meta name="description" content="p5.js a JS client-side library for creating graphic and interactive experiences, based on the core principles of Processing.">
88
<title tabindex="1">{{title}} | p5.js</title>
9-
<link rel="stylesheet" href="/{{assets}}/css/all.css?v=1.0.0">
9+
<link rel="stylesheet" href="/{{assets}}/css/all.css?v=1.0.1">
1010
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet">
1111

1212
<link rel="shortcut icon" href="/{{assets}}/img/favicon.ico">

0 commit comments

Comments
 (0)