Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit 85b4ace

Browse files
committed
feat: google analytics
1 parent 56a8634 commit 85b4ace

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

nuxt.config.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,8 @@ const config: NuxtConfig = {
8787
** Build configuration
8888
** See https://nuxtjs.org/api/configuration-build/
8989
*/
90-
publicRuntimeConfig: {
91-
googleAnalytics: {
92-
id: env.firebaseConfig.measurementId,
93-
},
90+
googleAnalytics: {
91+
id: 'UA-165458035-1',
9492
},
9593
build: {},
9694
};

0 commit comments

Comments
 (0)