Skip to content

Commit 5cf6c70

Browse files
committed
fix(docs-site): invalid baseUrl with custom domain
1 parent 4413fd2 commit 5cf6c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs-site/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module.exports = {
22
title: 'nx-dotnet',
33
tagline: 'The tagline of my site',
44
url: 'https://nx-dotnet.github.io',
5-
baseUrl: '/nx-dotnet/',
5+
baseUrl: '/',
66
onBrokenLinks: 'throw',
77
onBrokenMarkdownLinks: 'warn',
88
favicon: 'img/favicon.ico',

0 commit comments

Comments
 (0)