Skip to content

Commit

Permalink
feat: add meta tag for storefront in document head (#2584)
Browse files Browse the repository at this point in the history
It's allow to identify the storefront version
  • Loading branch information
emersonlaurentino committed Jan 20, 2025
1 parent 3214403 commit 695a618
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ function Document() {
return (
<Html>
<Head>
<meta name="storefront" content="fast_store" />
{!process.env.DISABLE_3P_SCRIPTS && <ThirdPartyScripts />}
<WebFonts />
</Head>
Expand Down

0 comments on commit 695a618

Please sign in to comment.