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,