From 8fcf890f7b1a3fd07abd811206ebfbc740c7edad Mon Sep 17 00:00:00 2001 From: Ori Zohar Date: Mon, 26 Jul 2021 17:58:25 -0700 Subject: [PATCH] Update config.toml --- daprdocs/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/config.toml b/daprdocs/config.toml index 86c2606fb..a6286e75d 100644 --- a/daprdocs/config.toml +++ b/daprdocs/config.toml @@ -1,5 +1,5 @@ # Site Configuration -baseURL = "https://v1-2.docs.dapr.io/" +baseURL = "https://docs.dapr.io/" title = "Dapr Docs" theme = "docsy" disableFastRender = true