Skip to content

Commit 7a17997

Browse files
committed
fix: url of demo dataset
1 parent 48995c1 commit 7a17997

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/demo/Sidebar.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,8 @@ function Sidebar() {
6161
title: '',
6262
sections: [],
6363
});
64-
6564
useEffect(() => {
66-
ky.get('https://image-js.github.io/image-dataset-demo/toc.json')
65+
ky.get('https://demo-dataset.image-js.org/toc.json')
6766
.json<TocResponse>()
6867
.then(setToC)
6968
.catch((error) => {

0 commit comments

Comments
 (0)