Skip to content

Commit 599db30

Browse files
committed
fix: 修复百度统计错误
update: 更新 README 文档
1 parent 38bc382 commit 599db30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README-zh_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
这是一个使用 [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) 引导创建的 [Next.js](https://nextjs.org/) 项目。
1+
这是一个使用 [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) 引导创建的 [Next.js](https://nextjs.org/) 项目。项目更多信息:https://blog-luckysnails-projects.vercel.app/posts/post-7
22

33
## 开始使用
44

src/components/BaiDuAnalytics.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const BaiDuAnalytics = () => {
1111
var _hmt = _hmt || [];
1212
(function() {
1313
var hm = document.createElement("script");
14-
hm.src = "<https://hm.baidu.com/hm.js?${process.env.NEXT_PUBLIC_BAIDU_TONGJI}>";
14+
hm.src = "<https://hm.baidu.com/hm.js?${process.env.NEXT_PUBLIC_BAIDU_TONGJI}";
1515
var s = document.getElementsByTagName("script")[0];
1616
s.parentNode.insertBefore(hm, s);
1717
})();

0 commit comments

Comments
 (0)