Skip to content

Commit ba69c0b

Browse files
committed
fix: update drei documentation website
1 parent 747f3bd commit ba69c0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: next.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const nextConfig = {
5252
},
5353
{
5454
source: '/drei',
55-
destination: 'https://github.com/pmndrs/drei#readme',
55+
destination: 'https://pmndrs.github.io/drei',
5656
permanent: true,
5757
},
5858
{

Diff for: src/app/page.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const libs: Record<string, Library> = {
4747
},
4848
drei: {
4949
title: 'Drei',
50-
url: 'https://github.com/pmndrs/drei#readme',
50+
url: '/drei',
5151
github: 'https://github.com/pmndrs/drei',
5252
description:
5353
'Drei is a growing collection of useful helpers and abstractions for react-three-fiber',

0 commit comments

Comments
 (0)