-
-
Notifications
You must be signed in to change notification settings - Fork 727
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
I have a content project working great locally however nuxt-content is not displayed when deploying to Vercel with @nuxtjs/now-builder.
Has anyone worked out a way to get content to work with the now-builder module?
Is there a easy config for the now.json? Or am I looking at it the wrong way?
I'm using the default now.json config at the moment:
{
"version": 2,
"builds": [
{
"src": "nuxt.config.js",
"use": "@nuxtjs/now-builder",
"config": {
"serverFiles": ["package.json"]
}
}
]
}Thanks
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested