summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2018-06-08 21:26:00 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2018-12-13 17:09:16 +0100
commit505a67dc32206a0c603258d856fcbe00e53fc1f5 (patch)
tree4b5dae6ebdb92897fa04c3c6c98f284c52795ddf /index.html
parent97ec1efce2bdffd7eeadbbb024fc6f3ffaebfb1e (diff)
downloadbrokentalents-505a67dc32206a0c603258d856fcbe00e53fc1f5.tar.gz
brokentalents-505a67dc32206a0c603258d856fcbe00e53fc1f5.zip
Upgrade from SW precache to workbox
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 74e9a79..ab5f62c 100644
--- a/index.html
+++ b/index.html
@@ -21,8 +21,8 @@
<link rel="stylesheet" href="//cdn.materialdesignicons.com/2.3.54/css/materialdesignicons.min.css">
<link rel="manifest" href="/dist/manifest.json">
<link rel="shortcut icon" type="image/x-icon" href="/dist/assets/TalentGrab_square.jpg">
- </head>
+ <link href="/dist/main.css" rel="stylesheet"></head>
<body>
<div id="app"></div>
- <script type="text/javascript" src="dist/build.js"></script></body>
+ <script type="text/javascript" src="/dist/build.js"></script></body>
</html>