Skip to content

Commit e642fab

Browse files
authored
fix(deploy): Add compatibility date for Vercel observability (#1216)
1 parent 43b1ca5 commit e642fab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

layer/nuxt.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ export default defineNuxtConfig({
5050
failOnError: false,
5151
autoSubfolderIndex: false,
5252
},
53+
compatibilityDate: {
54+
// Don't generate observability routes for now
55+
vercel: '2025-07-14',
56+
},
5357
},
5458
hooks: {
5559
'nitro:config'(nitroConfig) {

0 commit comments

Comments
 (0)