We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36d7209 + 5114ed3 commit aca488eCopy full SHA for aca488e
packages/web/vite.config.ts
@@ -3,12 +3,18 @@ import { defineConfig } from "vite";
3
import Pages from "vite-plugin-pages";
4
import react from "@vitejs/plugin-react";
5
import reactRefresh from "@vitejs/plugin-react-refresh";
6
-
+import ViteRadar from "vite-plugin-radar";
7
const inject = require("@rollup/plugin-inject");
8
9
export default defineConfig({
10
plugins: [
11
react(),
12
+ ViteRadar({
13
+ // Google Analytics tag injection
14
+ analytics: {
15
+ id: "G-2MSF5XF8LY",
16
+ },
17
+ }),
18
reactRefresh(),
19
Pages({
20
pagesDir: "src/pages",
0 commit comments