Skip to content

Commit

Permalink
update: vercel speed insight
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffreyChen777 committed May 28, 2024
1 parent 67d3d32 commit 277fefd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ export default defineConfig({
],
["link", { rel: "icon", href: "/favicon.ico", crossorigin: "" }],
["script", { defer: "", src: "/_vercel/insights/script.js" }],
["script", { defer: "", src: "/_vercel_insights_script.js" }],
["script", { defer: "", src: "/_vercel/speed-insights/script.js" }],
["script", { defer: "", src: "/_vercel_script.js" }],
],

locales: {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
window.va = window.va || function () { (window.vaq = window.vaq || []).push(arguments); };

window.si = window.si || function () { (window.siq = window.siq || []).push(arguments); };

0 comments on commit 277fefd

Please sign in to comment.