Skip to content

Commit

Permalink
Merge 4f85939 into 0e50d06
Browse files Browse the repository at this point in the history
  • Loading branch information
cocopon committed Jan 22, 2023
2 parents 0e50d06 + 4f85939 commit 1b41e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tweakpane/src/doc/ts/bundle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function setUpSpMenu() {
const router = new SimpleRouter();
router.add(/\/getting-started\/$/, initGettingStarted);
router.add(/\/blades\/$/, initBlades);
router.add(/\/catalog\/$/, initCatalog);
router.add(/\/catalog\.html$/, initCatalog);
router.add(/\/input-bindings\/$/, initInputBindings);
router.add(/\/misc\/$/, initMisc);
router.add(/\/migration\/$/, initMigration);
Expand Down

0 comments on commit 1b41e70

Please sign in to comment.