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 2ba2817 commit 00057e6Copy full SHA for 00057e6
README.md
@@ -281,19 +281,3 @@ 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