From 23c1f8c9f0f8f79312c6c79df6a38939aef5ca37 Mon Sep 17 00:00:00 2001 From: XuhuiZhou Date: Tue, 17 Sep 2024 15:21:31 -0400 Subject: [PATCH] remove sotopia website --- components/navigation.tsx | 2 +- next.config.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/components/navigation.tsx b/components/navigation.tsx index 8ded0bc..18a9fb2 100644 --- a/components/navigation.tsx +++ b/components/navigation.tsx @@ -196,7 +196,7 @@ export function MainNav() {
Sotopia diff --git a/next.config.js b/next.config.js index 244991d..a2c11d5 100644 --- a/next.config.js +++ b/next.config.js @@ -1,6 +1,5 @@ /** @type {import('next').NextConfig} */ const nextConfig = { - basePath: '/sotopia-website', output: 'export', images: { unoptimized: true,