Skip to content

Commit

Permalink
update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
camerow committed Oct 25, 2024
1 parent 95e0955 commit 18501aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ import "@fontsource-variable/space-grotesk";
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="description" content="Astro x Shadcn Starter Template" />
<meta name="description" content="Someguy's locker" />
<meta name="viewport" content="width=device-width" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="generator" content={Astro.generator} />
<title>{title}</title>

<!-- OpenGraph meta tags -->
<meta property="og:title" content={title} />
<meta property="og:description" content="Astro x Shadcn Starter Template" />
<meta property="og:image" content="/opengraph.png?v=1" />
<meta property="og:url" content="https://astroshadcnstarter.netlify.app" />
<meta property="og:description" content="someguy.locker" />
<meta property="og:image" content="/astronaut.png?v=1" />
<meta property="og:url" content="https://someguy.locker" />
<meta property="og:type" content="website" />
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import Footer from "@/components/Footer.astro";
}
});
</script>
<Layout title="Welcome to Astro x Shadcn Starter">
<Layout title="Welcome to someguy.locker">
<main class="container mx-auto px-4 py-16 max-w-4xl" id="main-content">
<h1 class="text-5xl font-extrabold text-center mb-8 text-slate-50">
someguy.locker
Expand Down

0 comments on commit 18501aa

Please sign in to comment.