Skip to content

Commit

Permalink
fix docusaurus config with proper url & baseurl
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode committed Feb 1, 2021
1 parent 612615d commit 11345fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module.exports = {
title: 'ts-node',
tagline: 'TypeScript execution and REPL for node.js',
url: 'https://ts-node.TypeStrong.com',
baseUrl: '/',
url: 'https://typestrong.org/ts-node',
baseUrl: '/ts-node',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico',
Expand Down

0 comments on commit 11345fe

Please sign in to comment.