Skip to content

Commit

Permalink
update nuxt config
Browse files Browse the repository at this point in the history
  • Loading branch information
zyqhpz committed Jul 9, 2024
1 parent a4a5dba commit efbb708
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ export default defineNuxtConfig({
prefix: "Headless",
},

components: {
global: true,
dirs: ["~/components"],
},

app: {
baseURL: '',
head: {
Expand All @@ -33,9 +28,9 @@ export default defineNuxtConfig({
},

// Google Analytics Configuration: https://google-analytics.nuxtjs.org
googleAnalytics: {
id: process.env.GOOGLE_ANALYTICS_ID,
},
// googleAnalytics: {
// id: process.env.GOOGLE_ANALYTICS_ID,
// },

runtimeConfig: {
public: {
Expand All @@ -51,6 +46,4 @@ export default defineNuxtConfig({
devLogo: process.env.DEV_LOGO,
},
},

compatibilityDate: "2024-07-06",
});

0 comments on commit efbb708

Please sign in to comment.