We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74f1991 commit b26eb8fCopy full SHA for b26eb8f
gatsby-config.ts
@@ -17,7 +17,7 @@ const plugins = [
17
{
18
resolve: 'gatsby-plugin-sitemap',
19
options: {
20
- exclude: ['/license/', '/editor/'],
+ excludes: ['/license/', '/editor/'],
21
},
22
23
0 commit comments