From 9b4ca2dd705fcbc4e0ca6dc595eb20c933f071a4 Mon Sep 17 00:00:00 2001 From: Max Leiter Date: Sun, 6 Mar 2022 17:35:19 -0800 Subject: [PATCH] rm basepath --- client/next.config.js | 1 - 1 file changed, 1 deletion(-) 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 [ {