Update ProgressiveWebAppController.php

This commit is contained in:
Michel vd Steege 2018-06-25 13:50:02 +02:00 committed by GitHub
parent 21f7505e3f
commit 051ffd6163
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ class ProgressiveWebAppController extends Controller {
$config = SiteConfig::current_site_config();
$manifestContent = [];
$manifestContent['start_url'] = '/';
$manifestContent['start_url'] = './';
if($config->ManifestName){
$manifestContent['name'] = $config->ManifestName;
@ -97,4 +97,4 @@ class ProgressiveWebAppController extends Controller {
}
}
}