From c2ade3f4fe63302e603a4a8636ae9022276ccd31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Mon, 20 Apr 2020 00:04:46 +0200 Subject: [PATCH] New domain --- dist/index.html | 16 ++++++++-------- docs/config.production.php | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dist/index.html b/dist/index.html index 18bc3f6..7fd85c9 100644 --- a/dist/index.html +++ b/dist/index.html @@ -19,7 +19,7 @@
@@ -54,7 +54,7 @@ Donate
- + @@ -106,7 +106,7 @@ dispatch(new SendOrderCreatedMail);
- +
- +
- + @@ -197,7 +197,7 @@ php artisan tenancy:install
- + @@ -415,7 +415,7 @@ class PostgreSQLDatabaseManager implements TenantDatabaseManager
diff --git a/docs/config.production.php b/docs/config.production.php index d90ea32..beb1ad2 100644 --- a/docs/config.production.php +++ b/docs/config.production.php @@ -1,7 +1,7 @@ env('JIGSAW_BASE_URL', 'https://tenancy.samuelstancl.me/docs'), + 'baseUrl' => env('JIGSAW_BASE_URL', 'https://tenancyforlaravel.com/docs'), 'production' => true, 'docsearchApiKey' => '53c5eaf88e819535d98f4a179c1802e1',