Skip to content

Instantly share code, notes, and snippets.

@fayazara
Created April 20, 2020 18:16
Show Gist options
  • Save fayazara/0d3ca5ed65d1579009b3d22f0c0ec449 to your computer and use it in GitHub Desktop.
Save fayazara/0d3ca5ed65d1579009b3d22f0c0ec449 to your computer and use it in GitHub Desktop.
Zeit config for hosting a Nuxt SSR app
{
"version": 2,
"builds": [
{
"src": "nuxt.config.js",
"use": "@nuxtjs/now-builder",
"config": {
"serverFiles": [
"package.json"
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment