From 67e4b825db428be1441bfb7bfc9b8c6161975fa6 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Wed, 9 Nov 2022 22:15:29 +0000 Subject: [PATCH] fix: bug --- src/web/questions/pages/QuestionPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/questions/pages/QuestionPage.tsx b/src/web/questions/pages/QuestionPage.tsx index f832480..c3030a5 100644 --- a/src/web/questions/pages/QuestionPage.tsx +++ b/src/web/questions/pages/QuestionPage.tsx @@ -72,7 +72,7 @@ const Section: React.FC<{ title: string; id?: string }> = ({ const EmbedSection: React.FC<{ question: QuestionWithHistoryFragment }> = ({ question, }) => { - const url = /*getBasePath() */ + `https://metaforecast.org/questions/embed/${question.id}`; + const url = /*getBasePath() + */ `https://metaforecast.org/questions/embed/${question.id}`; return (