We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a30f569 commit b38688bCopy full SHA for b38688b
src/components/Header/Header.component.tsx
@@ -16,7 +16,7 @@ interface IHeaderProps {
16
const Header = ({ title }: IHeaderProps) => (
17
<>
18
<Head>
19
- <title>Next.js webshop with WooCommerce {title}</title>
+ <title>{`Next.js webshop with WooCommerce ${title}`}</title>
20
<meta name="description" content="WooCommerce webshop" />
21
<meta name="keywords" content="Ecommerce, WooCommerce" />
22
<meta
0 commit comments