Skip to content

Commit

Permalink
Merge pull request #7 from PotLock/fix/links
Browse files Browse the repository at this point in the history
Fixes links for curate.fun -> curate.press
  • Loading branch information
elliotBraem authored Jan 14, 2025
2 parents e1cf914 + 3d4a179 commit d44b216
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
4 changes: 2 additions & 2 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const config: Config = {
favicon: "img/favicon.ico",

// Set the production url of your site here
url: "https://docs.curate.fun",
url: "https://docs.curate.press",
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: "/",
Expand Down Expand Up @@ -77,7 +77,7 @@ const config: Config = {
label: "Tutorial",
},
{
href: "https://curate.fun",
href: "https://curate.press",
label: "Website",
position: "right",
},
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default function Home(): JSX.Element {
content="curate.fun lets you curate news directly on socials and turn feeds into regular content."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://docs.curate.fun" />
<meta property="og:url" content="https://docs.curate.press" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="curate.fun - AI Content Curation" />
<meta
Expand Down
7 changes: 3 additions & 4 deletions landing-page/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 🎮 curate.fun Landing Page

Welcome to the curate.FUN landing page repository! This is the official website for curate.fun a platform that allow you anyone to create feeds with set approvers that creaste feeds that turn into different content soruces.
Welcome to the curate.FUN landing page repository! This is the official website for curate.fun a platform that allow you anyone to create feeds with set approvers that create feeds that turn into different content sources.

## ✨ Features

Expand Down Expand Up @@ -54,12 +54,11 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file

## 🔗 Links

- [Website](https://curate.fun)
- [Documentation](https://docs.curate.fun)
- [Website](https://curate.press)
- [Documentation](https://docs.curate.press)
- [Twitter](https://twitter.com/potlock_)
- [GitHub](https://github.com/potlock/curatedotfun)

## 🏗 Built by Potlock Protocol

curate.fun is built and maintained by [Potlock Protocol](https://potlock.org).

10 changes: 5 additions & 5 deletions landing-page/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default function Home() {
content="Curate news directly on socials and turn feeds into regular content."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://curate.fun" />
<meta property="og:url" content="https://curate.press" />
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
Expand All @@ -91,14 +91,14 @@ export default function Home() {
/>
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="canonical" href="https://curate.fun" />
<link rel="canonical" href="https://curate.press" />
<meta httpEquiv="content-language" content="en" />
<meta name="author" content="Potlock" />
<meta name="robots" content="index, follow" />
<meta property="og:image" content="https://curate.fun/og-image.jpg" />
<meta property="og:image" content="https://curate.press/og-image.jpg" />
<meta
property="twitter:image"
content="https://curate.fun/og-image.jpg"
content="https://curate.press/og-image.jpg"
/>
<meta name="theme-color" content="#ffffff" />
<meta name="apple-mobile-web-app-capable" content="yes" />
Expand Down Expand Up @@ -162,7 +162,7 @@ export default function Home() {
Twitter
</Link>
<Link
href="https://docs.curate.fun"
href="https://docs.curate.press"
className="btn text-sm sm:text-base w-[calc(50%-0.5rem)] sm:w-auto"
target="_blank"
rel="noopener noreferrer"
Expand Down

0 comments on commit d44b216

Please sign in to comment.