Skip to content

Commit 2ba2817

Browse files
authored
Update README.md
1 parent 201a710 commit 2ba2817

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,4 +281,19 @@ See the [actions tab](https://github.com/actions/javascript-action/actions) for
281281

282282
<script id="dsq-count-scr" src="//starteknoloji-space.disqus.com/count.js" async></script>
283283

284-
284+
import { Disqus } from 'gatsby-plugin-disqus';
285+
286+
const Template = () => (
287+
/* Page contents */
288+
289+
<Disqus
290+
config={
291+
/* Replace PAGE_URL with your post's canonical URL variable */
292+
url: 'PAGE_URL',
293+
/* Replace PAGE_IDENTIFIER with your page's unique identifier variable */
294+
identifier: 'PAGE_IDENTIFIER',
295+
/* Replace PAGE_TITLE with the title of the page */
296+
title: 'PAGE_TITLE',
297+
}
298+
/>
299+
);

0 commit comments

Comments
 (0)