Skip to content

Commit

Permalink
fix: update meta tags in app.html
Browse files Browse the repository at this point in the history
  • Loading branch information
pheralb committed Aug 20, 2024
1 parent 673b30c commit f4887de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="utf-8" />
<meta charset="UTF-8" />
<meta name="description" content="[DESCRIPCION]" />
<meta name="keywords" content="[KEYWORDS]" />
<meta name="description" content="Building amazing things" />
<meta name="keywords" content="pheralb, web developer, software developer" />

<link rel="icon" type="image/svg+xml" href="%sveltekit.assets%/images/logo_svg.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
Expand Down

0 comments on commit f4887de

Please sign in to comment.