Skip to content

Commit

Permalink
Remove define field
Browse files Browse the repository at this point in the history
  • Loading branch information
LWJerri committed Jun 9, 2024
1 parent 4aa8c7e commit f94e05c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import { sveltekit } from "@sveltejs/kit/vite";
import { defineConfig } from "vite";

export default defineConfig({
plugins: [sveltekit()],
define: { "import.meta.env.VERCEL_ANALYTICS_ID": JSON.stringify(process.env.VERCEL_ANALYTICS_ID) },
});
export default defineConfig({ plugins: [sveltekit()] });

0 comments on commit f94e05c

Please sign in to comment.