Skip to content

Commit 3210c0e

Browse files
committed
fix: starter error
1 parent 8d8df2d commit 3210c0e

File tree

2 files changed

+320
-289
lines changed

2 files changed

+320
-289
lines changed

demo/gatsby-config.js

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
module.exports = {
2-
plugins: {
3-
resolve: "@raae/gatsby-source-youtube-oembed",
4-
options: {
5-
emoji: "pirate",
2+
plugins: [
3+
{
4+
resolve: "@raae/gatsby-source-youtube-oembed",
5+
options: {
6+
emoji: "pirate",
7+
message: "Hello!!!",
8+
},
69
},
7-
},
10+
],
811
};

0 commit comments

Comments
 (0)