Created
November 4, 2023 05:46
-
-
Save rikkaneko/dece9a594dc22b592e96024d595e6d6a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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