Skip to content

Commit

Permalink
chore(demo): add videos
Browse files Browse the repository at this point in the history
  • Loading branch information
raae committed Mar 24, 2022
1 parent 3e699b9 commit 9c0279a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion demo/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ module.exports = {
{
resolve: "@raae/gatsby-source-youtube-oembed",
options: {
youTubeIds: ["Bk1jonYPFD4", "TzJfepDjpzM"],
youTubeIds: [
"Bk1jonYPFD4",
"TzJfepDjpzM",
"UsSJ_QNp6uo",
"TX5XPuHhz9o",
],
},
},
"gatsby-plugin-sharp",
Expand Down

0 comments on commit 9c0279a

Please sign in to comment.