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";