Skip to content

Commit 10188e8

Browse files
fix: I can't read
1 parent a9ef3e2 commit 10188e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/user/[user].tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export default async function User(_req: Request, ctx: RouteContext) {
108108
key={eventIndex}
109109
>
110110
<h2>
111-
<a class="text-mf-heading" href={`/event/${event.id}`}>
111+
<a class="text-mf-heading" href={`/${event.id}`}>
112112
{event.name}
113113
</a>
114114
</h2>

0 commit comments

Comments
 (0)