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 75e95ee commit a271f67Copy full SHA for a271f67
components/Header/Header.component.jsx
@@ -9,7 +9,7 @@ import Navbar from './Navbar.component';
9
const Header = ({ title }) => (
10
<>
11
<Head>
12
- <title>Nextjs Ecommerce with WooCommerce {title ? title : ''}</title>
+ <title>Next.js webshop with WooCommerce {title ? title : ''}</title>
13
<meta name="description" content="WooCommerce webshop" />
14
<meta name="keywords" content="Ecommerce, WooCommerce" />
15
<meta
0 commit comments