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 1626ba0..3f46230 100644
--- a/config.php
+++ b/config.php
@@ -5,7 +5,7 @@ use Illuminate\Support\Str;
return [
'baseUrl' => '',
'production' => false,
- 'siteName' => 'David T. Sadler',
+ 'siteName' => 'davidtsadler.com',
'siteDescription' => 'My little bit of the Internet',
'siteAuthor' => 'David T. Sadler',
'perPage' => 2,