Skip to content

Commit

Permalink
fix: dependency related to ga
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhyeonkwon committed Sep 1, 2024
1 parent 4e1d372 commit f2ae68b
Show file tree
Hide file tree
Showing 4 changed files with 9,392 additions and 7,604 deletions.
6 changes: 5 additions & 1 deletion frontend/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default {
/*
** Plugins to load before mounting the App
*/
plugins: ['~/plugins/axios', { src: '~/plugins/vue-gtag', mode: 'client' }],
plugins: ['~/plugins/axios'],
/*
** Nuxt.js dev-modules
*/
Expand All @@ -50,11 +50,15 @@ export default {
'@nuxtjs/axios',
// Doc: https://github.com/nuxt-community/dotenv-module
'@nuxtjs/dotenv',
'@nuxtjs/google-analytics',
],
/*
** Axios module configuration
** See https://axios.nuxtjs.org/options
*/
googleAnalytics: {
id: process.env.GA_ID,
},
axios: {
baseUrl: process.env.API_URL,
credentials: true,
Expand Down
Loading

0 comments on commit f2ae68b

Please sign in to comment.