mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
docs: fixed sw.js location
This commit is contained in:
parent
f81036558b
commit
b11d51dfaa
@ -61,7 +61,7 @@
|
||||
|
||||
<script>
|
||||
if (typeof navigator.serviceWorker !== 'undefined') {
|
||||
navigator.serviceWorker.register('static/sw.js');
|
||||
navigator.serviceWorker.register('sw.js');
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
||||
@ -3,8 +3,9 @@
|
||||
"short_name": "Cache Interceptor",
|
||||
"description": "A small and efficient cache interceptor for axios.",
|
||||
"start_url": "https://axios-cache-interceptor.js.org/",
|
||||
"display": "fullscreen",
|
||||
"theme_color": "hsl(275, 100%, 50%)",
|
||||
"display": "minimal-ui",
|
||||
"scope":"/",
|
||||
"theme_color": "#9500ff",
|
||||
"background_color": "#ffffff",
|
||||
"icons": [
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user