Skip to content

Deployment with @nuxtjs/now-builder? #168

@paolomolo

Description

@paolomolo

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

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions