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 (