We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e56909a commit 651820bCopy full SHA for 651820b
src/Http/Controllers/PwaController.php
@@ -33,7 +33,7 @@ public function pwaJS()
33
'/',
34
// '/offline',
35
'/manifest.json',
36
- '/build/manifest.json',
+ '/build/manifest.json'
37
];
38
39
async function preLoad() {
0 commit comments