Skip to content

Commit 95678d4

Browse files
committed
docs: temporary change site url
1 parent 4447c28 commit 95678d4

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

netlify.toml

Lines changed: 0 additions & 5 deletions
This file was deleted.

website/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const currentBranch = process.env.BRANCH || branch.sync();
1010
const config = {
1111
title: 'react-chartjs-2',
1212
tagline: 'React wrapper for Chart.js',
13-
url: 'https://react-chartjs-2.js.org',
13+
url: 'http://reactchartjs.github.io/react-chartjs-2/', // 'https://react-chartjs-2.js.org',
1414
baseUrl: '/',
1515
onBrokenLinks: 'throw',
1616
onBrokenMarkdownLinks: 'warn',

0 commit comments

Comments
 (0)