Skip to content

Commit

Permalink
fix(demo): plugin configuration #28
Browse files Browse the repository at this point in the history
  • Loading branch information
raae committed Feb 3, 2022
1 parent 1265cbb commit a59bbd6
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions demo/gatsby-config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
module.exports = {
plugins: {
resolve: "@raae/gatsby-plugin-starter",
options: {
emoji: "pirate",
plugins: [
{
resolve: "@raae/gatsby-plugin-starter",
options: {
emoji: "pirate",
},
},
},
],
};

0 comments on commit a59bbd6

Please sign in to comment.