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 065101e commit 40c154dCopy full SHA for 40c154d
components/Header/Header.component.jsx
@@ -10,7 +10,7 @@ const Header = ({title}) => {
10
return (
11
<>
12
<Head>
13
- <title>Nextjs Ecommerce with Woocommerce {title && title}</title>
+ <title>Nextjs Ecommerce with WooCommerce {title}</title>
14
<meta name="description" content="WooCommerce webshop" />
15
<meta name="keywords" content="Ecommerce, WooCommerce" />
16
<meta
0 commit comments