File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ module.exports = {
44 siteMetadata : {
55 title : `Pitayan Blog` ,
66 name : `Pitayan` ,
7- description : "Pitayan blog is a place publishing contents about web development! All articles are free to read and share." ,
7+ description :
8+ "Pitayan blog is a place publishing contents about web development! All articles are free to read and share." ,
89 siteUrl : `https://pitayan.com` ,
910 siteSlogan : `Welcome to Pitayan, come find inspiring software development stories.` ,
1011 siteLinks : [
@@ -156,20 +157,19 @@ module.exports = {
156157 mailChimpEndpoint :
157158 "https://pitayanblog.us14.list-manage.com/subscribe/post?u=234bf6777b76872feb7d92a68&id=27fad95f3b" ,
158159 mailChimpTimeout : 3500 ,
159- applyGatsbyRemarkPlugins : ( defaultPlugins ) =>
160- [
161- {
162- resolve : `@raae/gatsby-remark-oembed` ,
163- options : {
164- usePrefix : [ "oembed" ] ,
165- providers : {
166- exclude : [ "Redit" ] ,
167- } ,
160+ applyGatsbyRemarkPlugins : defaultPlugins => [
161+ {
162+ resolve : `@raae/gatsby-remark-oembed` ,
163+ options : {
164+ usePrefix : [ "oembed" ] ,
165+ providers : {
166+ exclude : [ "Redit" ] ,
168167 } ,
169168 } ,
170- `gatsby-remark-responsive-iframe` ,
171- ...defaultPlugins
172- ] ,
169+ } ,
170+ `gatsby-remark-responsive-iframe` ,
171+ ...defaultPlugins ,
172+ ] ,
173173 } ,
174174 } ,
175175 ] ,
You can’t perform that action at this time.
0 commit comments