Skip to content

Commit

Permalink
docs: edit domain
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Dec 21, 2023
1 parent 3b3d617 commit 8830b92
Show file tree
Hide file tree
Showing 2 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
Expand Up @@ -2,7 +2,7 @@

<p align="center">
<br/>
<a href="https://twc.style">TWC</a> creates reusable React + Tailwind components in one line
<a href="https://react-twc.vercel.app">TWC</a> creates reusable React + Tailwind components in one line
<br/><br/>
</p>

Expand All @@ -19,7 +19,7 @@

## Documentation

Visit our [official documentation](https://twc.style).
Visit our [official documentation](https://react-twc.vercel.app).

## Usage

Expand Down
8 changes: 4 additions & 4 deletions website/theme.config.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ export default {
const { route } = useRouter();
const socialCard =
route === "/" || !title
? "https://twc.style/og.jpg"
: `https://twc.style/api/og?title=${title}`;
? "https://react-twc.vercel.app/og.jpg"
: `https://react-twc.vercel.app/api/og?title=${title}`;

return (
<>
Expand All @@ -128,8 +128,8 @@ export default {
/>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content={socialCard} />
<meta name="twitter:site:domain" content="twc.style" />
<meta name="twitter:url" content="https://twc.style" />
<meta name="twitter:site:domain" content="react-twc.vercel.app" />
<meta name="twitter:url" content="https://react-twc.vercel.app" />
<meta name="og:title" content={title ? title + " – TWC" : "TWC"} />
<meta name="og:image" content={socialCard} />
<meta name="apple-mobile-web-app-title" content="TWC" />
Expand Down

1 comment on commit 8830b92

@vercel
Copy link

@vercel vercel bot commented on 8830b92 Dec 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

twc – ./website

react-twc.vercel.app
twc-git-main-argos-ci.vercel.app
twc-argos-ci.vercel.app

Please sign in to comment.