From e55d427a79b1bce812f5c133b6c3a56c9c96ea47 Mon Sep 17 00:00:00 2001 From: XuhuiZhou Date: Wed, 11 Sep 2024 16:49:50 -0400 Subject: [PATCH] update link --- components/navigation.tsx | 6 +++--- next.config.js | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/components/navigation.tsx b/components/navigation.tsx index ab079b6..a4ccce9 100644 --- a/components/navigation.tsx +++ b/components/navigation.tsx @@ -57,7 +57,7 @@ export function NavigationMenuSotopia() {
Sotopia @@ -68,10 +68,10 @@ export function NavigationMenuSotopia() { - + Training socially-intelligent agents in Sotopia. - + Realistic social simulations require information asymmetry. diff --git a/next.config.js b/next.config.js index a2c11d5..244991d 100644 --- a/next.config.js +++ b/next.config.js @@ -1,5 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { + basePath: '/sotopia-website', output: 'export', images: { unoptimized: true,