We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 201a710 commit 2ba2817Copy full SHA for 2ba2817
README.md
@@ -281,4 +281,19 @@ See the [actions tab](https://github.com/actions/javascript-action/actions) for
281
282
<script id="dsq-count-scr" src="//starteknoloji-space.disqus.com/count.js" async></script>
283
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