Skip to content

Commit

Permalink
chore: update project name
Browse files Browse the repository at this point in the history
  • Loading branch information
brckd committed Nov 19, 2024
1 parent 63c166e commit 99a6b84
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Fancade Club Account
# Dittocade Account

Account management for members of the Fancade Club.

Expand All @@ -25,4 +25,4 @@ Also take a look at [the Astro configuration](./astro.config.mjs) for required e

## Disclaimer

We are not affiliated with Fancade. See [our disclaimer](https://fancade.club/disclaimer). For inquiries please [contact us](https://fancade.club/contact).
We are not affiliated with Fancade. See [our disclaimer](https://ditto.cade.party/disclaimer). For inquiries please [contact us](https://ditto.cade.party/contact).
10 changes: 10 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[[redirects]]
from = "https://fancade-club-account.netlify.app/*"
to = "https://account.cade.party/:splat"
status = 301
force = true
[[redirects]]
from = "https://account.fancade.club/*"
to = "https://account.cade.party/:splat"
status = 301
force = true
6 changes: 3 additions & 3 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ const { title = "", description = "" } = Astro.props;
const metaDescription =
description ||
"The Fancade Club is a worldwide community of Fancade enthusiasts. Join and become a member today!";
"The Dittocade is a worldwide community of Fancade enthusiasts. Join and become a member today!";
const metaTitle = (title && title + " - ") + "Fancade Club Account";
const metaTitle = (title && title + " - ") + "Dittocade Account";
---

<!doctype html>
Expand All @@ -33,7 +33,7 @@ const metaTitle = (title && title + " - ") + "Fancade Club Account";
</head>
<body>
<Header title="Account" image={Icon}
><NavLink href="https://fancade.club">Club</NavLink></Header
><NavLink href="https://cade.party">Dittocade</NavLink></Header
>
<main>
{
Expand Down

0 comments on commit 99a6b84

Please sign in to comment.