diff options
Diffstat (limited to 'docs/vercel.json')
| -rw-r--r-- | docs/vercel.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/vercel.json b/docs/vercel.json index fe3410c..3a9192a 100644 --- a/docs/vercel.json +++ b/docs/vercel.json @@ -1,6 +1,11 @@ { + "version": 2, + "routes": [ + { "handle": "filesystem" } + ], "build": { "env": { + "VERCEL": "1", "ENABLE_ROOT_PATH_BUILD_CACHE": "1", "FORCE_RUNTIME_TAG": "canary" } |
