立即迁移到 Netlify

Netlify 宣布 Gatsby Cloud 的下一次迭代。 了解更多

联系我们注册
社区插件
在 GitHub 上查看插件

gatsby-plugin-baidu-analytics

轻松为您的 Gatsby 站点添加百度统计。

安装

npm install --save gatsby-plugin-baidu-analytics

如何在 Gatsby 中使用

// gatsby-config.js
plugins: [
  .
  .
  .
  {
    resolve: `gatsby-plugin-baidu-analytics`,
    options: {
	    // baidu analytics siteId
      siteId: "YOUR_BAIDU_ANALYTICS_SITE_ID",
      // Put analytics script in the head instead of the body [default:false]
      head: false,
    },
  },
  .
  .
  .
];

如何获取 siteId

get the siteId screen shoot

©2025Gatsby, Inc.