From bc36297cd3e0d4abd030efb35830b22988a114e0 Mon Sep 17 00:00:00 2001 From: codecalm Date: Wed, 1 Feb 2023 00:58:57 +0100 Subject: [PATCH] build docs fix --- .gitignore | 3 ++- vercel.json | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f413b7128..7e79c6580 100644 --- a/.gitignore +++ b/.gitignore @@ -28,4 +28,5 @@ node_modules/ .pnp.loader.mjs .pnp.cjs .yarn -.next \ No newline at end of file +.next +.vercel diff --git a/vercel.json b/vercel.json index b27d1ff24..3e318206e 100644 --- a/vercel.json +++ b/vercel.json @@ -1,4 +1,5 @@ { + "buildCommand": "npm run build && npm run build-docs", "rewrites": [ { "source": "/stats/js/script.js",