diff --git a/client/next.config.js b/client/next.config.js index 32953200..8de8d48a 100644 --- a/client/next.config.js +++ b/client/next.config.js @@ -1,7 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, - basePath: "/drift", async rewrites() { return [ {