diff options
Diffstat (limited to 'config.php')
| -rw-r--r-- | config.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |
