mirror of
https://github.com/davegallant/rfd-fyi.git
synced 2025-08-07 09:02:27 +00:00
Replace Google analytics with Umami analytics
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import { createApp } from "vue";
|
||||
import App from "./App.vue";
|
||||
import VueGtag from "vue-gtag";
|
||||
import { createRouter, createWebHashHistory } from "vue-router";
|
||||
|
||||
import "bootstrap/dist/css/bootstrap.min.css";
|
||||
@@ -15,9 +14,7 @@ const router = createRouter({
|
||||
routes,
|
||||
});
|
||||
|
||||
const app = createApp(App).use(VueGtag, {
|
||||
config: { id: "G-YF11ZH9SYD" },
|
||||
});
|
||||
const app = createApp(App);
|
||||
|
||||
app.use(router);
|
||||
app.mount("#app");
|
||||
|
Reference in New Issue
Block a user