sw.js: change to a relative link for the workbox files.
This was broken after the docs refactoring.
This commit is contained in:
parent
96cbb58cb3
commit
f20d0f43fd
1 changed files with 1 additions and 1 deletions
2
sw.js
2
sw.js
|
|
@ -1,5 +1,5 @@
|
|||
/* global workbox:false */
|
||||
|
||||
self.importScripts('/assets/js/vendor/{fileName}')
|
||||
self.importScripts('assets/js/vendor/{fileName}')
|
||||
|
||||
workbox.precaching.precacheAndRoute([])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue