diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2020-05-24 00:35:01 +0100 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2020-05-24 00:35:01 +0100 |
| commit | a7540ee8f9ea7e580beb36ab4702de46b3420389 (patch) | |
| tree | c4c787ce57e81dd3dc9ea02bdb307d93c3a7d5de | |
| parent | 9a190b18a410a9ddd8ead7666e19ece43157d4e1 (diff) | |
Site name in production to match what is used
| -rw-r--r-- | config.production.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.production.php b/config.production.php index 3573916..12b8038 100644 --- a/config.production.php +++ b/config.production.php @@ -5,7 +5,7 @@ use Carbon\Carbon; $now = Carbon::now(); return [ - 'baseUrl' => 'https://davidtsadler.com', + 'baseUrl' => 'https://www.davidtsadler.com', 'production' => true, // Collections 'collections' => [ |
