Skip to content

Commit 93b054e

Browse files
committed
fix: indicate module is compatible with nuxt v4
1 parent 6f0b936 commit 93b054e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export default defineNuxtModule<SanityModuleOptions>({
114114
version,
115115
configKey: CONFIG_KEY,
116116
compatibility: {
117-
nuxt: '^3.7.0',
117+
nuxt: '>=3.7.0',
118118
bridge: true,
119119
},
120120
},

0 commit comments

Comments
 (0)