From 6b53cff10571336bf04d2775fc163d7bb7b9a2cc Mon Sep 17 00:00:00 2001 From: Ratan Kaliani Date: Thu, 24 Oct 2024 15:31:59 -0700 Subject: [PATCH] fix(book): build dir --- book.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/book.toml b/book.toml index ded0587..28e4231 100644 --- a/book.toml +++ b/book.toml @@ -5,6 +5,9 @@ multilingual = false src = "book" title = "SP1 Vector Documentation" +[build] +build-dir = "target/book" + [output.html] git-repository-url = "https://github.com/succinctlabs/sp1-vector" git-repository-icon = "fa-github"