From cfe711f0efe04e080fc42ccf6d629948b24d27f1 Mon Sep 17 00:00:00 2001 From: Muhammad Eko Date: Tue, 1 Oct 2024 15:48:44 +0700 Subject: [PATCH] progress --- next.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.mjs b/next.config.mjs index 3cfddca..8e26fd7 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,5 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { + basePath: '/dashboard', async redirects() { return [ {