You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: zeit-now/python-asgi-on-now-v2.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,15 @@ Vercel really wants you to deploy static assets with [serverless functions](http
4
4
5
5
It turns out you can subvert that model entirely and route all of your traffic through a single function - great for serving up Python WSGI or ASGI apps that handle traffic routing themselves.
6
6
7
-
the trick is to use the `"routes"` key in a `now.json` file like this:
7
+
the trick is to use the `"routes"` key in a `vercel.json` file like this:
0 commit comments