We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 961fb65 commit ef55759Copy full SHA for ef55759
1 file changed
src/components/DiscourseComment/index.jsx
@@ -8,7 +8,7 @@ export default function DiscourseComment(props) {
8
useEffect(() => {
9
window.DiscourseEmbed = {
10
discourseUrl: "https://web3auth.io/community/",
11
- discourseEmbedUrl: `${window.location.href} absolute="true"`,
+ discourseEmbedUrl: `${window.location.href}`,
12
};
13
14
const d = document.createElement("script");
0 commit comments