Skip to content

Commit

Permalink
feat: add storefront meta tag to StoreWrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
emersonlaurentino authored Dec 9, 2024
1 parent 5eb8fe7 commit 14b334e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Added
- Storefront metatag

## [2.137.3] - 2024-10-08

### Changed
Expand Down
1 change: 1 addition & 0 deletions react/StoreWrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ const StoreWrapper = ({ children, CustomContext }) => {
{ name: 'language', content: locale },
{ name: 'currency', content: currency },
{ name: 'robots', content: robots || META_ROBOTS },
{ name: 'storefront', content: 'store_framework' },
{ httpEquiv: 'Content-Type', content: CONTENT_TYPE },
]
.filter(Boolean)
Expand Down

0 comments on commit 14b334e

Please sign in to comment.