aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/vercel.json
diff options
context:
space:
mode:
Diffstat (limited to 'docs/vercel.json')
-rw-r--r--docs/vercel.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/vercel.json b/docs/vercel.json
new file mode 100644
index 0000000..fe3410c
--- /dev/null
+++ b/docs/vercel.json
@@ -0,0 +1,8 @@
+{
+ "build": {
+ "env": {
+ "ENABLE_ROOT_PATH_BUILD_CACHE": "1",
+ "FORCE_RUNTIME_TAG": "canary"
+ }
+ }
+}