You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2022/04/28 06:37:09 UTC

[apisix-website] branch master updated: feat: support Ahrefs verification (#1062)

This is an automated email from the ASF dual-hosted git repository.

juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 5c20af0bc39 feat: support Ahrefs verification (#1062)
5c20af0bc39 is described below

commit 5c20af0bc39847f9340ea34a04c4aca07b069cf9
Author: 琚致远 <ju...@apache.org>
AuthorDate: Thu Apr 28 14:37:04 2022 +0800

    feat: support Ahrefs verification (#1062)
---
 website/config/ssrTemplate.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/website/config/ssrTemplate.js b/website/config/ssrTemplate.js
index 86dba3b46e6..8d9ba56f575 100644
--- a/website/config/ssrTemplate.js
+++ b/website/config/ssrTemplate.js
@@ -4,6 +4,7 @@ module.exports = {
     <head>
       <meta charset="UTF-8">
       <meta name="viewport" content="width=device-width, initial-scale=1.0">
+      <meta name="ahrefs-site-verification" content="c2f7370ecf46173f4fb25f114e74c97e0a2976d4f02f61c9b00a9d7d34e34698">
       <meta name="generator" content="Docusaurus v<%= it.version %>">
       <% if (it.noIndex) { %>
         <meta name="robots" content="noindex, nofollow" />