summaryrefslogtreecommitdiff
path: root/config.php
diff options
context:
space:
mode:
authorDavid T. Sadler <davidtsadler@googlemail.com>2020-03-08 02:19:19 +0000
committerDavid T. Sadler <davidtsadler@googlemail.com>2020-03-08 02:19:19 +0000
commit8ee2f1b17cb2b95454e6686d9fe32dbcadcdb9dd (patch)
tree43d374a7f8d8a7bbb8b3a87290fcab4412086641 /config.php
parentc3b94f34f2e3ead663999cb7723991abc4dfdbb4 (diff)
Add sitemap
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',