Skip to content

Commit

Permalink
update <head> and meta description on home page
Browse files Browse the repository at this point in the history
  • Loading branch information
gamesguru committed May 25, 2023
1 parent dbe3f5b commit f8b0242
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nutra-web",
"version": "0.3.13",
"version": "0.3.14",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down
9 changes: 5 additions & 4 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@
</script>

<!-- Head -->
<title>Home Page | NutraTech</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Nutritional information, store, blog." />
<head />
<head>
<title>Home Page | NutraTech</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Nutritional information, bio-hacking, blog, store." />
</head>

<!-- Body -->
<Header />
Expand Down

0 comments on commit f8b0242

Please sign in to comment.