From 55975bc5f6389d9c32af88e5a9ebc3e06ee49b53 Mon Sep 17 00:00:00 2001 From: Oliver Barnwell Date: Mon, 2 Aug 2021 18:07:04 +0100 Subject: [PATCH] change build out dir --- next.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.js b/next.config.js index 27e130313..7d3e35ca6 100644 --- a/next.config.js +++ b/next.config.js @@ -11,6 +11,7 @@ module.exports = { // your project has ESLint errors. ignoreDuringBuilds: true, }, + distDir: 'build', webpack: (config, { isServer }) => { // config.module.rules.push({ // test: /\.(graphql|gql)$/,