Skip to content

Commit 2d6c07a

Browse files
authored
Create gatsby-config.js
1 parent 53d2147 commit 2d6c07a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

gatsby-config.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)