Passed
Push — v1 ( 4d4fb3...bad2bb )
by Andrew
12:40 queued 08:12
created
src/config.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.