Skip to content

Commit

Permalink
switched domain
Browse files Browse the repository at this point in the history
  • Loading branch information
Nutlope committed Jun 11, 2023
1 parent 5b7b02b commit 6ce60e4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# [TwitterBio.com](https://www.twitterbio.com/)
# [twitterbio.io](https://www.twitterbio.io/)

This project generates Twitter bios for you using AI.

[![Twitter Bio Generator](./public/screenshot.png)](https://www.twitterbio.com)
[![Twitter Bio Generator](./public/screenshot.png)](https://www.twitterbio.io)

## How it works

Expand Down
2 changes: 1 addition & 1 deletion components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function Header() {
height={32}
/>
<h1 className="sm:text-4xl text-2xl font-bold ml-2 tracking-tight">
twitterBio.com
twitterbio.io
</h1>
</Link>
<a
Expand Down
6 changes: 3 additions & 3 deletions pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class MyDocument extends Document {
name="description"
content="Generate your next Twitter bio in seconds."
/>
<meta property="og:site_name" content="twitterbio.com" />
<meta property="og:site_name" content="twitterbio.io" />
<meta
property="og:description"
content="Generate your next Twitter bio in seconds."
Expand All @@ -24,11 +24,11 @@ class MyDocument extends Document {
/>
<meta
property="og:image"
content="https://twitterbio.com/og-image.png"
content="https://twitterbio.io/og-image.png"
/>
<meta
name="twitter:image"
content="https://twitterbio.com/og-image.png"
content="https://twitterbio.io/og-image.png"
/>
</Head>
<body>
Expand Down

0 comments on commit 6ce60e4

Please sign in to comment.