Skip to content

Commit

Permalink
Dynamic Sitemap - dangling comma (ProjectEvergreen#1232)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstockdi committed Jul 22, 2024
1 parent d94bcba commit 53fb3b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import { greenwoodPluginSitemap } from '../../../src/index.js';

export default {
plugins: [
greenwoodPluginSitemap(),
greenwoodPluginSitemap()
]
};
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import { greenwoodPluginSitemap } from '../../../src/index.js';

export default {
plugins: [
greenwoodPluginSitemap(),
greenwoodPluginSitemap()
]
};

0 comments on commit 53fb3b6

Please sign in to comment.