Skip to content

Commit

Permalink
fix analytics ..again
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsoncusack committed May 10, 2024
1 parent ae621c1 commit f3d802d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vocs.config.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineConfig } from "vocs";

export default defineConfig({
head: <script defer src="https://cdn.vercel-insights.com/v1/script.debug.js"></script>,
head: <script defer src={process.env.VERCEL_ENV == "production" ? "/_vercel/insights/script.js" : ""}></script>,
theme: {
colorScheme: "system",
variables: {
Expand Down

0 comments on commit f3d802d

Please sign in to comment.