From c93d1a6c299628243b1d74769efa008d6b3c7654 Mon Sep 17 00:00:00 2001 From: manojkgorle Date: Sun, 5 Jan 2025 16:08:39 +0530 Subject: [PATCH] fix --- next.config.mjs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/next.config.mjs b/next.config.mjs index 68ecb7e..ea83bab 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,5 +1,7 @@ /** @type {import('next').NextConfig} */ -const nextConfig = {}; +const nextConfig = { + basePath: "/website", +}; import withVideos from "next-videos";