From a5366d985fb29b0990d832d1e60f08004af841f5 Mon Sep 17 00:00:00 2001 From: TomasBankauskas Date: Thu, 31 Oct 2024 11:48:45 +0200 Subject: [PATCH] updated README.md --- README.md | 2 +- netlify.toml | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3cb6861c..28b5baa9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Netlify Status](https://api.netlify.com/api/v1/badges/46648482-644c-4c80-bafb-872057e51b6b/deploy-status)](https://app.netlify.com/sites/next-dev-starter/deploys) -This is a [Next.js](https://nextjs.org/) v14 project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) and set up to be instantly deployed to [Netlify](https://url.netlify.com/SyTBPVamO)! +This is a [Next.js](https://nextjs.org/) v15 project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) and set up to be instantly deployed to [Netlify](https://url.netlify.com/SyTBPVamO)! This project is a very minimal starter that includes 2 sample components, a global stylesheet, a `netlify.toml` for deployment, and a `jsconfig.json` for setting up absolute imports and aliases. With Netlify, you'll have access to features like Preview Mode, server-side rendering/incremental static regeneration via Netlify Functions, and internationalized routing on deploy automatically. diff --git a/netlify.toml b/netlify.toml index f9cfa5f9..63801cee 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,6 +1,3 @@ [build] command = "npm run build" - publish = ".next" - -[[plugins]] - package = "@netlify/plugin-nextjs" \ No newline at end of file + publish = ".next" \ No newline at end of file