Skip to content

Commit dda1b96

Browse files
authored
Fix baseUrl in docusaurus config (#3027)
* Fix baseUrl in docusaurus config. Signed-off-by: merobi-hub <merobi@gmail.com> * Continued. Signed-off-by: merobi-hub <merobi@gmail.com> * Continued. Signed-off-by: merobi-hub <merobi@gmail.com> --------- Signed-off-by: merobi-hub <merobi@gmail.com>
1 parent c44d5be commit dda1b96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ const config = {
1111
favicon: 'img/favicon.ico',
1212

1313
// Set the production url of your site here
14-
url: 'https://marquezproject.github.io',
14+
url: 'https://marquezproject.ai',
1515
// Set the /<baseUrl>/ pathname under which your site is served
1616
// For GitHub pages deployment, it is often '/<projectName>/'
17-
baseUrl: '/marquez/',
17+
baseUrl: '/',
1818

1919
// GitHub pages deployment config.
2020
// If you aren't using GitHub pages, you don't need these.

0 commit comments

Comments
 (0)