Add docsearch index back

This commit is contained in:
Samuel Štancl 2019-09-30 19:51:37 +02:00
parent ebebb21809
commit 77c4e14a99

View file

@ -1,9 +1,9 @@
<?php
return [
'baseUrl' => env('JIGSAW_BASE_URL') ?? 'https://tenancy.samuelstancl.me/docs',
'baseUrl' => env('JIGSAW_BASE_URL', 'https://tenancy.samuelstancl.me/docs'),
'production' => true,
'docsearchApiKey' => '53c5eaf88e819535d98f4a179c1802e1',
'docsearchIndexName' => '',
'docsearchIndexName' => 'stancl-tenancy',
];