Skip to content

Commit c479567

Browse files
authored
fix(docs-site): correct docusaurus config
1 parent d58e7f9 commit c479567

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
@@ -1,7 +1,7 @@
11
module.exports = {
22
title: 'nx-dotnet',
33
tagline: 'Build what you love, where you love',
4-
url: 'https://nx-dotnet.github.io',
4+
url: 'https://nx-dotnet.com',
55
baseUrl: '/',
66
onBrokenLinks: 'throw',
77
onBrokenMarkdownLinks: 'warn',

0 commit comments

Comments
 (0)