Skip to content

Commit

Permalink
fix: broken link of react-compiler reference to nextjs docs (#7285)
Browse files Browse the repository at this point in the history
  • Loading branch information
golamrabbiazad authored Nov 14, 2024
1 parent 891b20c commit 1d1767f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/learn/react-compiler.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ export default defineConfig(() => {

### Next.js {/*usage-with-nextjs*/}

Please refer to the [Next.js docs](https://nextjs.org/docs/canary/app/api-reference/next-config-js/reactCompiler) for more information.
Please refer to the [Next.js docs](https://nextjs.org/docs/app/api-reference/next-config-js/reactCompiler) for more information.

### Remix {/*usage-with-remix*/}
Install `vite-plugin-babel`, and add the compiler's Babel plugin to it:
Expand Down

0 comments on commit 1d1767f

Please sign in to comment.