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 [ {