Skip to content

Commit

Permalink
docs: add note about transformer (#1826)
Browse files Browse the repository at this point in the history
  • Loading branch information
HigherOrderLogic committed Jan 16, 2023
1 parent 2ba0776 commit e25eb5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/content/4.api/4.advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ import MyModule from './my-module'

export default defineNuxtConfig({
modules: [
// always put it before @nuxt/content because the transformers
// needs to be loaded before transformation occurs
MyModule,
'@nuxt/content'
]
Expand Down

0 comments on commit e25eb5b

Please sign in to comment.