Skip to content

Commit ef55759

Browse files
committed
remove absolute
1 parent 961fb65 commit ef55759

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/DiscourseComment/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default function DiscourseComment(props) {
88
useEffect(() => {
99
window.DiscourseEmbed = {
1010
discourseUrl: "https://web3auth.io/community/",
11-
discourseEmbedUrl: `${window.location.href} absolute="true"`,
11+
discourseEmbedUrl: `${window.location.href}`,
1212
};
1313

1414
const d = document.createElement("script");

0 commit comments

Comments
 (0)