Replies: 1 comment
-
I believe you can set it once in your export default defineNuxtConfig({
modules: ['@nuxt/content'],
content: {
documentDriven: false
}
}) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I only have a small content portion of my project (/resources and /blog) but i want to use document driven mode for the new prefetch performance upgrades, is there a way to opt everything out of document driven mode so i dont need to add
or is this really the only way to handle this atm
Beta Was this translation helpful? Give feedback.
All reactions