Skip to content

Commit

Permalink
chore: rename to content:middleware:start
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux authored and farnabaz committed Sep 7, 2022
1 parent 370a8fb commit 3056a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/plugins/documentDriven.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default defineNuxtPlugin((nuxt) => {
}

// Expose hook to be used for loading indicators
nuxt.callHook('page:content:start')
!force && nuxt.callHook('content:middleware:start')

const { navigation, pages, globals, surrounds } = useContentState()

Expand Down

0 comments on commit 3056a73

Please sign in to comment.