Skip to content

Commit

Permalink
fix analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsoncusack committed May 10, 2024
1 parent a34f41c commit ae621c1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions vocs.config.ts → vocs.config.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
import { inject } from "@vercel/analytics";
import { defineConfig } from "vocs";

inject({
mode: process.env.VERCEL_ENV == "production" ? "production" : "development",
});

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

0 comments on commit ae621c1

Please sign in to comment.