Skip to content

Commit

Permalink
update lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sadnessOjisan committed Sep 7, 2023
1 parent f021dc7 commit 59a5755
Show file tree
Hide file tree
Showing 2 changed files with 1,628 additions and 1,360 deletions.
3 changes: 2 additions & 1 deletion gatsby-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ const config: GatsbyConfig = {
{
resolve: `gatsby-plugin-feed`,
options: {
setup: (options) => ({
// eslint-disable-next-line @typescript-eslint/no-explicit-any
setup: (options: any) => ({
...options,
custom_elements: [
{
Expand Down
Loading

0 comments on commit 59a5755

Please sign in to comment.