diff --git a/packages/create-next-app/templates/app-empty/js/README-template.md b/packages/create-next-app/templates/app-empty/js/README-template.md index 0dc9ea2bcc410..519e2e66a41f2 100644 --- a/packages/create-next-app/templates/app-empty/js/README-template.md +++ b/packages/create-next-app/templates/app-empty/js/README-template.md @@ -18,8 +18,6 @@ Open [http://localhost:3000](http://localhost:3000) with your browser to see the You can start editing the page by modifying `app/page.js`. The page auto-updates as you edit the file. -This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font. - ## Learn More To learn more about Next.js, take a look at the following resources: diff --git a/packages/create-next-app/templates/app-empty/ts/README-template.md b/packages/create-next-app/templates/app-empty/ts/README-template.md index c4033664f80d3..08f571f49a3f0 100644 --- a/packages/create-next-app/templates/app-empty/ts/README-template.md +++ b/packages/create-next-app/templates/app-empty/ts/README-template.md @@ -18,8 +18,6 @@ Open [http://localhost:3000](http://localhost:3000) with your browser to see the You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file. -This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font. - ## Learn More To learn more about Next.js, take a look at the following resources: diff --git a/packages/create-next-app/templates/app-tw-empty/js/README-template.md b/packages/create-next-app/templates/app-tw-empty/js/README-template.md index 0dc9ea2bcc410..519e2e66a41f2 100644 --- a/packages/create-next-app/templates/app-tw-empty/js/README-template.md +++ b/packages/create-next-app/templates/app-tw-empty/js/README-template.md @@ -18,8 +18,6 @@ Open [http://localhost:3000](http://localhost:3000) with your browser to see the You can start editing the page by modifying `app/page.js`. The page auto-updates as you edit the file. -This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font. - ## Learn More To learn more about Next.js, take a look at the following resources: diff --git a/packages/create-next-app/templates/app-tw-empty/ts/README-template.md b/packages/create-next-app/templates/app-tw-empty/ts/README-template.md index c4033664f80d3..08f571f49a3f0 100644 --- a/packages/create-next-app/templates/app-tw-empty/ts/README-template.md +++ b/packages/create-next-app/templates/app-tw-empty/ts/README-template.md @@ -18,8 +18,6 @@ Open [http://localhost:3000](http://localhost:3000) with your browser to see the You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file. -This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font. - ## Learn More To learn more about Next.js, take a look at the following resources: diff --git a/packages/create-next-app/templates/default-empty/js/README-template.md b/packages/create-next-app/templates/default-empty/js/README-template.md index 5d98b1e5a0368..ab9a133f886f3 100644 --- a/packages/create-next-app/templates/default-empty/js/README-template.md +++ b/packages/create-next-app/templates/default-empty/js/README-template.md @@ -18,12 +18,6 @@ Open [http://localhost:3000](http://localhost:3000) with your browser to see the You can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file. -[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.js`. - -The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages. - -This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font. - ## Learn More To learn more about Next.js, take a look at the following resources: diff --git a/packages/create-next-app/templates/default-empty/ts/README-template.md b/packages/create-next-app/templates/default-empty/ts/README-template.md index a75ac5248816f..c9e96a4215aca 100644 --- a/packages/create-next-app/templates/default-empty/ts/README-template.md +++ b/packages/create-next-app/templates/default-empty/ts/README-template.md @@ -18,12 +18,6 @@ Open [http://localhost:3000](http://localhost:3000) with your browser to see the You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file. -[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.ts`. - -The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages. - -This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font. - ## Learn More To learn more about Next.js, take a look at the following resources: diff --git a/packages/create-next-app/templates/default-tw-empty/js/README-template.md b/packages/create-next-app/templates/default-tw-empty/js/README-template.md index 5d98b1e5a0368..ab9a133f886f3 100644 --- a/packages/create-next-app/templates/default-tw-empty/js/README-template.md +++ b/packages/create-next-app/templates/default-tw-empty/js/README-template.md @@ -18,12 +18,6 @@ Open [http://localhost:3000](http://localhost:3000) with your browser to see the You can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file. -[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.js`. - -The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages. - -This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font. - ## Learn More To learn more about Next.js, take a look at the following resources: diff --git a/packages/create-next-app/templates/default-tw-empty/ts/README-template.md b/packages/create-next-app/templates/default-tw-empty/ts/README-template.md index a75ac5248816f..c9e96a4215aca 100644 --- a/packages/create-next-app/templates/default-tw-empty/ts/README-template.md +++ b/packages/create-next-app/templates/default-tw-empty/ts/README-template.md @@ -18,12 +18,6 @@ Open [http://localhost:3000](http://localhost:3000) with your browser to see the You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file. -[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.ts`. - -The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages. - -This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font. - ## Learn More To learn more about Next.js, take a look at the following resources: