From 14305aa3fcf94cd4ad1e948f7eae67a3b50bc5cf Mon Sep 17 00:00:00 2001 From: Lukas Gentele <17330150+LukasGentele@users.noreply.github.com> Date: Tue, 16 Apr 2024 04:38:23 -0700 Subject: [PATCH] docs: update netlify.toml --- netlify.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index c297a7df56..bb5609b13a 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,12 +1,12 @@ [build] -base = "docs/" +base = "docs/v0.19/" publish = "public/" command = """ set -e yarn build mkdir public/ - mv build/ public/docs/ + mv build/ public/docs/v0.19 """ [build.processing]