Skip to content

Commit 00057e6

Browse files
authored
Update README.md
1 parent 2ba2817 commit 00057e6

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -281,19 +281,3 @@ 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-
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)