Skip to content

Commit

Permalink
Set compatibility date to 2024-12-02 in Nuxt configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
d0rich committed Dec 2, 2024
1 parent 27b3fab commit 20c64ed
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 2 additions & 1 deletion apps/d0xigen.d0rich.me/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export default defineNuxtConfig({
extends: ['d0xigen']
extends: ['d0xigen'],
compatibilityDate: '2024-12-02'
})
6 changes: 5 additions & 1 deletion apps/design.d0rich.me/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
export default defineNuxtConfig({
extends: ['@d0rich/nuxt-design-system'],

colorMode: {
preference: 'light'
},

nitro: {
prerender: {
routes: ['/', '/_d0rich/meta.json']
}
}
},

compatibilityDate: '2024-12-02'
})
3 changes: 2 additions & 1 deletion packages/d0xigen/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,6 @@ export default defineNuxtConfig({
}
}
}
}
},
compatibilityDate: '2024-12-02'
})

0 comments on commit 20c64ed

Please sign in to comment.