rm basepath

This commit is contained in:
Max Leiter 2022-03-06 17:35:19 -08:00
parent a57654f05a
commit 9b4ca2dd70
No known key found for this signature in database
GPG key ID: A3512F2F2F17EBDA

View file

@ -1,7 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
basePath: "/drift",
async rewrites() {
return [
{