Skip to content

Commit

Permalink
docs: remove canary marker from next.config.ts (#71678)
Browse files Browse the repository at this point in the history
## Summary
These notes are outdated.
it's available on v15 stable now.

### Improving Documentation

- [x] Run `pnpm prettier-fix` to fix formatting issues before opening
the PR.
- [x] Read the Docs Contribution Guide to ensure your contribution
follows the docs guidelines:
https://nextjs.org/docs/community/contribution-guide

x-ref: [Next.js 15 Blog](https://nextjs.org/blog/next-15)

Co-authored-by: JJ Kasper <jj@jjsweb.site>
  • Loading branch information
Marukome0743 and ijjk authored Oct 29, 2024
1 parent fddd022 commit 95728fc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/02-app/02-api-reference/05-next-config-js/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ module.exports = (phase, { defaultConfig }) => {

## TypeScript

> This feature is available from Next.js canary.
If you are using TypeScript in your project, you can use [`next.config.ts`](/docs/app/building-your-application/configuring/typescript#type-checking-nextconfigts) to use TypeScript in your configuration:

```ts filename="next.config.ts"
Expand Down

0 comments on commit 95728fc

Please sign in to comment.