Skip to content

Commit

Permalink
Merge pull request #35 from coinbase/wilson/analytics
Browse files Browse the repository at this point in the history
fix analytics ..again
  • Loading branch information
wilsoncusack authored May 10, 2024
2 parents 7c01450 + f3d802d commit 91f1a2d
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 91f1a2d

Please sign in to comment.