From 4b16eba84a96573e84b805fad6292f0212543883 Mon Sep 17 00:00:00 2001 From: Helder Oliveira Date: Thu, 9 Jan 2025 18:30:42 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20add=20base=20path=20to?= =?UTF-8?q?=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- next.config.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/next.config.js b/next.config.js index dbddb9bd..a97b9465 100644 --- a/next.config.js +++ b/next.config.js @@ -1,5 +1,11 @@ +// TODO: Create project config/settings +// The fleek sites dashboard basepath +const basePath = '/dashboard'; + /** @type {import('next').NextConfig} */ const nextConfig = { + basePath, + assetPrefix: basePath, output: 'export', // TODO: replace instances of next/image' // or do image optimization on build