From fda4b3172877d1a360dac552e689f862a5b786ec Mon Sep 17 00:00:00 2001
From: Andris Borbas <andris.borbas@gmail.com>
Date: Sat, 12 Sep 2020 14:18:18 +0200
Subject: [PATCH] Fix netlify build

---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 004c0d3..168b792 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
   "description": "Website of schdesign",
   "scripts": {
     "dev": "next dev",
-    "build": "next build",
+    "build": "next build && next export",
     "start": "next start"
   },
   "repository": {
-- 
GitLab