Skip to content

Commit 11345fe

Browse files
committed
fix docusaurus config with proper url & baseurl
1 parent 612615d commit 11345fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module.exports = {
22
title: 'ts-node',
33
tagline: 'TypeScript execution and REPL for node.js',
4-
url: 'https://ts-node.TypeStrong.com',
5-
baseUrl: '/',
4+
url: 'https://typestrong.org/ts-node',
5+
baseUrl: '/ts-node',
66
onBrokenLinks: 'throw',
77
onBrokenMarkdownLinks: 'warn',
88
favicon: 'img/favicon.ico',

0 commit comments

Comments
 (0)