Skip to content

Instantly share code, notes, and snippets.

@rikkaneko
Created November 4, 2023 05:46
Show Gist options
  • Save rikkaneko/dece9a594dc22b592e96024d595e6d6a to your computer and use it in GitHub Desktop.
Save rikkaneko/dece9a594dc22b592e96024d595e6d6a to your computer and use it in GitHub Desktop.
{
"builds": [
{
"src": "src/index.js",
"use": "@vercel/node"
},
{
"src": "static/**",
"use": "@vercel/static"
}
],
"routes": [
{ "src": "/(.*)", "dest": "src/index.js" }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment