Skip to content

Commit b26eb8f

Browse files
fix gatsby-plugin-sitemap config
1 parent 74f1991 commit b26eb8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gatsby-config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const plugins = [
1717
{
1818
resolve: 'gatsby-plugin-sitemap',
1919
options: {
20-
exclude: ['/license/', '/editor/'],
20+
excludes: ['/license/', '/editor/'],
2121
},
2222
},
2323
{

0 commit comments

Comments
 (0)