Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkmcadoo committed Oct 23, 2024
1 parent e8e4a48 commit 46358ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-theme-newrelic/src/components/SEO.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const SEO = ({ title, location, type, children }) => {
"@type": "SearchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "${siteUrl}/search-results/?query=search_term_string&page=1}"search_term_string
"urlTemplate": "${siteUrl}/search-results/?query=search_term_string&page=1}"
},
"query-input": "required name=search_term_string"
}]
Expand Down

0 comments on commit 46358ae

Please sign in to comment.