mirror of
https://github.com/a2nt/silverstripe-progressivewebapp.git
synced 2024-10-22 11:05:45 +02:00
FIX: correct scope for sub-directory websites
This commit is contained in:
parent
ef4c30f729
commit
80b0acf887
@ -43,8 +43,8 @@ class ManifestController extends Controller
|
|||||||
'name' => $title,
|
'name' => $title,
|
||||||
'short_name' => $title,
|
'short_name' => $title,
|
||||||
'description' => $desc,
|
'description' => $desc,
|
||||||
'start_url' => '/',
|
'start_url' => Director::baseURL(),
|
||||||
'scope' => '/',
|
'scope' => Director::baseURL(),
|
||||||
'permissions' => [
|
'permissions' => [
|
||||||
'gcm',
|
'gcm',
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user