Skip to content

Commit

Permalink
sw.js: change to a relative link for the workbox files.
Browse files Browse the repository at this point in the history
This was broken after the docs refactoring.
  • Loading branch information
XhmikosR committed May 25, 2018
1 parent c2b13b9 commit d65a33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw.js
@@ -1,5 +1,5 @@
/* global workbox:false */

self.importScripts('/assets/js/vendor/{fileName}')
self.importScripts('assets/js/vendor/{fileName}')

workbox.precaching.precacheAndRoute([])

0 comments on commit d65a33e

Please sign in to comment.