Skip to content

Commit

Permalink
update link
Browse files Browse the repository at this point in the history
  • Loading branch information
XuhuiZhou committed Sep 11, 2024
1 parent 37e1ee9 commit e55d427
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export function NavigationMenuSotopia() {
<NavigationMenuLink asChild>
<a
className="flex h-full w-full select-none flex-col justify-end rounded-md bg-gradient-to-r from-teal-400 via-teal-500 to-teal-600 text-white p-6 no-underline outline-none focus:shadow-md"
href="/projects/sotopia"
href="/sotopia-website/projects/sotopia"
>
<div className="mb-2 mt-4 text-lg font-medium">
Sotopia
Expand All @@ -68,10 +68,10 @@ export function NavigationMenuSotopia() {
</a>
</NavigationMenuLink>
</li>
<ListItem href="/projects/sotopia-pi" title="Sotopia-π">
<ListItem href="/sotopia-website/projects/sotopia-pi" title="Sotopia-π">
Training socially-intelligent agents in Sotopia.
</ListItem>
<ListItem href="/projects/agent_vs_script/" title="Agents Vs Script">
<ListItem href="/sotopia-website/projects/agent_vs_script/" title="Agents Vs Script">
Realistic social simulations require information asymmetry.
</ListItem>
</ul>
Expand Down
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
basePath: '/sotopia-website',
output: 'export',
images: {
unoptimized: true,
Expand Down

0 comments on commit e55d427

Please sign in to comment.