From f8381bfbf6c29a16497c40b446f1e5e5f2dd2c93 Mon Sep 17 00:00:00 2001 From: Peter Smulovics Date: Wed, 6 Mar 2024 15:29:56 -0500 Subject: [PATCH] Update documentation URL (#534) --- site/gatsby-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/gatsby-config.js b/site/gatsby-config.js index cfafd3496..da9adad13 100644 --- a/site/gatsby-config.js +++ b/site/gatsby-config.js @@ -8,6 +8,6 @@ module.exports = { documentationUrl: false, // documentationUrl: url-of.documentation.site, }, - pathPrefix: `/`, // put GitHub project url slug here e.g. github.com/morganstanley/ + pathPrefix: `/ComposeUI`, // put GitHub project url slug here e.g. github.com/morganstanley/ plugins, };