Skip to content

Commit

Permalink
Add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
portdeveloper committed Dec 24, 2024
1 parent d9837db commit b0239e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const getMetadata = ({

export default withDefaults(contents, {
extraIcons: {},
extraMetadata: {}
extraMetadata: {},
titleTemplate: "%s | Scaffold-ETH 2",
thumbnailPath: "/thumbnail.jpg",
})

0 comments on commit b0239e6

Please sign in to comment.