feat: tweak metaforecast path in question embed.
No idea why this works differently in that particular page.
This commit is contained in:
parent
38a2fe8215
commit
dfe1de5279
|
@ -72,7 +72,7 @@ const Section: React.FC<{ title: string; id?: string }> = ({
|
||||||
const EmbedSection: React.FC<{ question: QuestionWithHistoryFragment }> = ({
|
const EmbedSection: React.FC<{ question: QuestionWithHistoryFragment }> = ({
|
||||||
question,
|
question,
|
||||||
}) => {
|
}) => {
|
||||||
const url = getBasePath() + `/questions/embed/${question.id}`;
|
const url = /*getBasePath() */ + `https://metaforecast.org/questions/embed/${question.id}`;
|
||||||
return (
|
return (
|
||||||
<Section title="Embed" id="embed">
|
<Section title="Embed" id="embed">
|
||||||
<CopyParagraph
|
<CopyParagraph
|
||||||
|
|
Loading…
Reference in New Issue
Block a user