Skip to content

Commit

Permalink
remove sotopia website
Browse files Browse the repository at this point in the history
  • Loading branch information
XuhuiZhou committed Sep 17, 2024
1 parent 174009e commit 23c1f8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion components/navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export function MainNav() {
<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="/sotopia-website/projects/sotopia"
href="/projects/sotopia"
>
<div className="mb-2 mt-4 text-lg font-medium">
Sotopia
Expand Down
1 change: 0 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
basePath: '/sotopia-website',
output: 'export',
images: {
unoptimized: true,
Expand Down

0 comments on commit 23c1f8c

Please sign in to comment.