FIX: correct scope for sub-directory websites

This commit is contained in:
Tony Air 2020-07-30 22:29:18 +07:00 committed by GitHub
parent ef4c30f729
commit 80b0acf887
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -43,8 +43,8 @@ class ManifestController extends Controller
'name' => $title,
'short_name' => $title,
'description' => $desc,
'start_url' => '/',
'scope' => '/',
'start_url' => Director::baseURL(),
'scope' => Director::baseURL(),
'permissions' => [
'gcm',
],