diff --git a/README.md b/README.md index d931cb9..f25d60a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Mantine Next.js template -This is a template for [Next.js](https://nextjs.org/) pages router + [Mantine](https://mantine.dev/). -If you want to use app router instead, see [next-app-template](https://github.com/mantinedev/next-app-template). +This is a template for [Next.js](https://nextjs.org/) app router + [Mantine](https://mantine.dev/). +If you want to use pages router instead, see [next-pages-template](https://github.com/mantinedev/next-pages-template). ## Features @@ -19,7 +19,6 @@ This template comes with the following features: - `dev` – start dev server - `build` – bundle application for production -- `export` – exports static website to `out` folder - `analyze` – analyzes application bundle with [@next/bundle-analyzer](https://www.npmjs.com/package/@next/bundle-analyzer) ### Testing scripts diff --git a/package.json b/package.json index 4f294fe..5049a62 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,6 @@ "build": "next build", "analyze": "ANALYZE=true next build", "start": "next start", - "export": "next build && next export", "typecheck": "tsc --noEmit", "lint": "next lint", "jest": "jest",