не может настроить сервисного работника для сайта проекта с поддержкой jekyll, Lighthouse отклоняет значение start_url
и выдает ошибку Unable to fetch start URL via service worker
app-> manifest вывод показывает root /
, также пробовал ./index.html
- те же результаты.Есть ли способ пройти аудит?
manifest.json:
{
"name": "outcast",
"short_name": "outcast",
"icons": [
{
"src": "/assets/images/splsh192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/assets/images/splsh512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"lang": "en-US",
"display": "standalone",
"background_color": "#131313",
"theme_color": "#f62e1a",
"start_url": "/",
"serviceworker": {
"src": "sw.js",
"scope": "/",
"update_via_cache": "none"
}
}
sw.js