mirror of
https://github.com/a2nt/silverstripe-progressivewebapp.git
synced 2024-10-22 11:05:45 +02:00
Update ProgressiveWebAppController.php
This commit is contained in:
parent
21f7505e3f
commit
051ffd6163
@ -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 {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user