From 352267c63373e0415568a899a6d96cdca13a5a21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20B=C3=A4uerle?= Date: Tue, 23 Apr 2024 10:19:47 -0700 Subject: [PATCH] build: fix deploy variables (#96) --- docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 8e9fe64..16a6d00 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -15,8 +15,8 @@ const config = { // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. - organizationName: "zenoml", // Usually your GitHub org/user name. - projectName: "zeno", // Usually your repo name. + organizationName: "zeno-ml", // Usually your GitHub org/user name. + projectName: "zenoml.com", // Usually your repo name. // Even if you don't use internalization, you can use this field to set useful // metadata like html lang. For example, if your site is Chinese, you may want