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 53d2147 commit 2d6c07aCopy full SHA for 2d6c07a
gatsby-config.js
@@ -0,0 +1,11 @@
1
+// gatsby-config.js
2
+module.exports = {
3
+ plugins: [
4
+ {
5
+ resolve: `gatsby-plugin-disqus`,
6
+ options: {
7
+ shortname: `starteknoloji-space`
8
+ }
9
+ },
10
+ ]
11
+}
0 commit comments