From 2a2f14bdd5676601ebf67c959e27313f9eb809da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20D=C3=B6ll?= Date: Mon, 5 Aug 2024 09:50:24 +0200 Subject: [PATCH] chore: update next.config.js --- next.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/next.config.js b/next.config.js index 6b7e609..930577e 100644 --- a/next.config.js +++ b/next.config.js @@ -6,7 +6,6 @@ const withNextra = require('nextra')({ module.exports = withNextra({ output: 'export', - distDir: 'dist', basePath: process.env.BASE_PATH ?? '', images: { unoptimized: true