This is an automated email from the ASF dual-hosted git repository.
shuai pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/answer-website.git
The following commit(s) were added to refs/heads/main by this push:
new 5ff2fc29d fix: add algolia-site-verification meta
5ff2fc29d is described below
commit 5ff2fc29d1dd6ea10d85e0155293d0763568aa39
Author: shuai <[email protected]>
AuthorDate: Mon Dec 22 11:44:44 2025 +0800
fix: add algolia-site-verification meta
---
docusaurus.config.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/docusaurus.config.js b/docusaurus.config.js
index cc3b544ed..c557edafe 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -82,6 +82,7 @@ const config = {
({
metadata: [
{name: 'keywords', content: 'Free, Open-source, Q&A Platform,
Knowledge Sharing Platform, Community Forum, Knowledge Base, Developer Hub,
Support Center'},
+ {name: 'algolia-site-verification', content: '3A471B5511A7A6CD'},
],
colorMode: {
defaultMode: 'light',