diff options
| author | 2023-07-06 13:45:59 +0800 | |
|---|---|---|
| committer | 2023-07-06 13:45:59 +0800 | |
| commit | fe4690aa72f93c00a869cff4203e8ec5dc16f76e (patch) | |
| tree | 4852a4d1a7e3b325f9961dab85dfffaa6df686f7 | |
| parent | 23dfdd11eab2febac9c7db368925b728c99acabc (diff) | |
| download | HydroRoll-fe4690aa72f93c00a869cff4203e8ec5dc16f76e.tar.gz HydroRoll-fe4690aa72f93c00a869cff4203e8ec5dc16f76e.zip | |
Update 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" } |
