From f20d0f43fdfc5a8620d7f777ef25b4d79c380312 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 25 May 2018 17:49:00 +0300 Subject: [PATCH] sw.js: change to a relative link for the workbox files. This was broken after the docs refactoring. --- sw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw.js b/sw.js index 1a49289a17..e21423ca5b 100644 --- a/sw.js +++ b/sw.js @@ -1,5 +1,5 @@ /* global workbox:false */ -self.importScripts('/assets/js/vendor/{fileName}') +self.importScripts('assets/js/vendor/{fileName}') workbox.precaching.precacheAndRoute([])