Unfollow tool for Bluesky

add meta tags

Changed files
+5
+5
index.html
···
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
+
<meta property="og:title" content="cleanfollow-bsky" />
+
<meta property="og:type" content="website" />
+
<meta property="og:url" content="https://cleanfollow-bsky.pages.dev" />
+
<meta property="og:description"
+
content="Unfollows blocked by, deleted, suspended, and deactivated bluesky accounts" />
<link rel="shortcut icon" type="image/ico" href="/src/assets/favicon.ico" />
<title>cleanfollow-bsky</title>
</head>