summaryrefslogtreecommitdiff
path: root/config.php
diff options
context:
space:
mode:
authorDavid T. Sadler <davidtsadler@googlemail.com>2020-03-08 02:09:59 +0000
committerDavid T. Sadler <davidtsadler@googlemail.com>2020-03-08 02:09:59 +0000
commitc3b94f34f2e3ead663999cb7723991abc4dfdbb4 (patch)
treeec90ea4e8cb67bfc3163f17a5a6ebfa3b135d1ec /config.php
parentf5598183b15b689523acef40346180f1565aee7a (diff)
Add site meta
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,