summaryrefslogtreecommitdiff
path: root/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'config.php')
-rw-r--r--config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.php b/config.php
index 3f46230..495952e 100644
--- a/config.php
+++ b/config.php
@@ -3,7 +3,7 @@
use Illuminate\Support\Str;
return [
- 'baseUrl' => '',
+ 'baseUrl' => 'http://localhost:3000',
'production' => false,
'siteName' => 'davidtsadler.com',
'siteDescription' => 'My little bit of the Internet',