Skip to content

Commit

Permalink
fix: plugin path
Browse files Browse the repository at this point in the history
  • Loading branch information
xingxingmofashu committed Dec 26, 2024
1 parent a6b0ece commit a4db7b9
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 @@ -9,7 +9,7 @@ export default defineNuxtModule({
const { resolve } = createResolver(import.meta.url)

addPlugin({
src: resolve('./runtime/plugins'),
src: resolve('./runtime/plugin'),
})

nuxt.options.alias['#emoji'] = resolve('./runtime')
Expand Down

0 comments on commit a4db7b9

Please sign in to comment.