Skip to content

Commit 244f37e

Browse files
authored
chore: indicate compatibility with new v4 major (#1385)
1 parent 6656169 commit 244f37e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/module.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default defineNuxtModule<ModuleOptions>({
5050
name: '@nuxt/image',
5151
configKey: 'image',
5252
compatibility: {
53-
nuxt: '^3.1.0',
53+
nuxt: '>=3.1.0',
5454
},
5555
},
5656
async setup(options, nuxt) {

0 commit comments

Comments
 (0)