Skip to content

Commit

Permalink
feat(vercel): vercel 统计相关配置
Browse files Browse the repository at this point in the history
  • Loading branch information
Chu Fan committed Feb 26, 2023
1 parent a5c6ba8 commit fe5f02e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ export default defineUserConfig({
base: PROXY_DOMAIN ? "/JavaScriptCollection/" : "/",
port: 5000,
head: [
["link", {rel: "icon", href: "/fight_favicon.ico"}]
["link", {rel: "icon", href: "/fight_favicon.ico"}],
['script', {type: 'text/javascript', src: '/_vercel/insights/script.js'}]
],
markdown: {
// todo 引入代码文件时的路径替换
Expand Down

0 comments on commit fe5f02e

Please sign in to comment.