Skip to content

Commit f5d7694

Browse files
authored
docs: fix redirect issue
1 parent 1b988e5 commit f5d7694

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function HomepageHeader() {
3131
can be imported independently for optimal bundle size.
3232
</p>
3333
<div className={styles.buttons}>
34-
<Link id='explore-docs' className="button button--primary button--lg" to="/docs">
34+
<Link id='explore-docs' className="button button--primary button--lg" to="/docs/">
3535
🚀 Explore Docs
3636
</Link>
3737
{/* <Link

0 commit comments

Comments
 (0)