Skip to content

Commit

Permalink
fix: update nuxt version constraint (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Sep 3, 2022
1 parent da85542 commit f825207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default defineNuxtModule<ModuleOptions>({
name: '@nuxt/image',
configKey: 'image',
compatibility: {
nuxt: '^3.0.0'
nuxt: '^3.0.0-rc.4'
}
},
async setup (options, nuxt) {
Expand Down

0 comments on commit f825207

Please sign in to comment.