Skip to content

Commit 8e33914

Browse files
committed
slug hotfix
1 parent 29de55d commit 8e33914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/app/questions/single/question-card.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export default function QuestionCard(opts: {
8282
questionTags={'tags' in question ? question.tags : []}
8383
answerFormRef={answerFormRef}
8484
user={user}
85-
redirectUrl={`/question/${question.uid}`}
85+
redirectUrl={`/question/${question.slug}`}
8686
/>
8787
</div>
8888
);

0 commit comments

Comments
 (0)