added meta

This commit is contained in:
planetabhi
2023-12-27 02:44:05 +05:30
parent 808e0519c8
commit 590b866ad2

View File

@@ -17,10 +17,17 @@ const { site, title, tagline } = Astro.props;
<script src="./theme.js"></script>
<meta name="generator" content={Astro.generator} />
<title>{site} — A curated collection of powerful AI tools for makers.</title>
<meta name="description" content="A curated collection of powerful AI tools for makers.">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;700&display=swap" rel="stylesheet">
<meta name="author" content="@planetabhi">
<meta name="description" content="A curated collection of powerful AI tools for makers.">
<meta property="og:title" content="Rise of Machine">
<meta property="og:type" content="website" />
<meta property="og:description" content="A curated collection of powerful AI tools for makers.">
<meta property="og:image" content="https://res.cloudinary.com/drwfwpkeo/image/upload/v1703623702/Light_Screenshot_b7af00.png">
<meta property="og:url" content="https://riseofmachine.com/">
<meta name="twitter:card" content="summary_large_image">
</head>
<body>