Update (major): Add search engine submission button

This commit is contained in:
2023-08-02 00:04:44 +08:00
parent f25fea8d68
commit 592637b0b3
31 changed files with 1346 additions and 75 deletions

View File

@@ -0,0 +1,11 @@
<?php
return [
'google' => [
'auth_config' => storage_path('google_auth_config_indexing.json'),
'scopes' => [
\Google_Service_Indexing::INDEXING,
],
],
];