Skip to content

Commit

Permalink
fix: i18n plugin order
Browse files Browse the repository at this point in the history
  • Loading branch information
s00d committed Sep 27, 2024
1 parent cbcf57e commit 0787bf2
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 @@ -107,7 +107,7 @@ export default defineNuxtModule<ModuleOptions>({

addPlugin({
src: resolver.resolve('./runtime/plugins/01.plugin'),
order: 1,
order: 0,
})

if (options.meta) {
Expand Down

0 comments on commit 0787bf2

Please sign in to comment.