Skip to content

Commit

Permalink
fix: another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkmcadoo committed Oct 23, 2024
1 parent 46358ae commit 4781891
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}"
"urlTemplate": "${siteUrl}/search-results/?query={search_term_string}&page=1"
},
"query-input": "required name=search_term_string"
}]
Expand Down

0 comments on commit 4781891

Please sign in to comment.