From 71e11d85abe03171f34a29f888a65aae6be3366f Mon Sep 17 00:00:00 2001 From: Aminah Burch Date: Sat, 17 Jul 2021 20:49:34 +0300 Subject: [PATCH] Removed next.config.js from the file structure since Notus now uses Built-In CSS Support from Next.js --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 9bc8167d8..8f3c9b9a9 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,6 @@ notus-nextjs ├── layouts │   ├── Admin.js │   └── Auth.js -├── next.config.js ├── package.json ├── pages │   ├── 404.js