Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
shim369 committed Sep 18, 2023
1 parent 62ba55c commit 4fd6d18
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
modules: ["nuxt-microcms-module"],
microCMS: {
serviceDomain: process.env.MICROCMS_SERVICE_DOMAIN,
apiKey: process.env.MICROCMS_API_KEY,
},
modules: [
['nuxt-microcms-module', {
serviceDomain: process.env.MICROCMS_SERVICE_DOMAIN,
apiKey: process.env.MICROCMS_API_KEY,
}]
],
devtools: { enabled: true },
build: {
transpile: ['gsap']
Expand Down

0 comments on commit 4fd6d18

Please sign in to comment.