Skip to content

Commit

Permalink
fix: require nuxt 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Jan 3, 2024
1 parent 665951f commit cace361
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 @@ -55,7 +55,7 @@ export default defineNuxtModule<ModuleOptions>({
meta: {
name: 'nuxt-simple-sitemap',
compatibility: {
nuxt: '^3.7.0',
nuxt: '^3.9.0',
bridge: false,
},
configKey: 'sitemap',
Expand Down

0 comments on commit cace361

Please sign in to comment.