From 95728fca97eb8eb056dd590d6acc403da485fea1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9E=E3=83=AB=E3=82=B3=E3=83=A1?= Date: Wed, 30 Oct 2024 03:57:24 +0900 Subject: [PATCH] docs: remove canary marker from `next.config.ts` (#71678) ## 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 --- docs/02-app/02-api-reference/05-next-config-js/index.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/02-app/02-api-reference/05-next-config-js/index.mdx b/docs/02-app/02-api-reference/05-next-config-js/index.mdx index d312e7bebaf5c..153ef30c9e9c6 100644 --- a/docs/02-app/02-api-reference/05-next-config-js/index.mdx +++ b/docs/02-app/02-api-reference/05-next-config-js/index.mdx @@ -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"