@@ -50,7 +50,7 @@ |
||
| 50 | 50 | /** |
| 51 | 51 | * @var string The public URL to use when not using the dev server |
| 52 | 52 | */ |
| 53 | - 'serverPublic' => App::env('SITE_URL') . '/dist/', |
|
| 53 | + 'serverPublic' => App::env('SITE_URL').'/dist/', |
|
| 54 | 54 | |
| 55 | 55 | /** |
| 56 | 56 | * @var string The JavaScript entry from the manifest.json to inject on Twig error pages |