Skip to content

Commit 4cf2ee7

Browse files
committed
fix(www): gatsby config
1 parent 2b65adb commit 4cf2ee7

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

packages/www/gatsby-config.js

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff 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
],

0 commit comments

Comments
 (0)