Skip to content

Commit

Permalink
fix: update drei documentation website
Browse files Browse the repository at this point in the history
  • Loading branch information
abernier committed Aug 30, 2024
1 parent 747f3bd commit ba69c0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const nextConfig = {
},
{
source: '/drei',
destination: 'https://github.com/pmndrs/drei#readme',
destination: 'https://pmndrs.github.io/drei',
permanent: true,
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const libs: Record<string, Library> = {
},
drei: {
title: 'Drei',
url: 'https://github.com/pmndrs/drei#readme',
url: '/drei',
github: 'https://github.com/pmndrs/drei',
description:
'Drei is a growing collection of useful helpers and abstractions for react-three-fiber',
Expand Down

0 comments on commit ba69c0b

Please sign in to comment.