diff --git a/README.md b/README.md index 2c267e3..0460514 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Fancade Club +# Dittocade Club -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! ## Building @@ -8,7 +8,7 @@ You'll need `git`, `node 18+` and `npm` to get started. ```sh # Cloning the repository -git clone https://github.com/fancade-club/club +git clone https://github.com/dittocade/club cd ./club # Installing dependencies @@ -20,8 +20,8 @@ npm run dev ## Hosting -The Fancade Club uses [Netlify](https://netlify.com) and [Neon](https://neon.tech) to provide its services for free. For setting up these or other providers, see [Astro adapters](https://docs.astro.build/en/guides/server-side-rendering/) and [Drizzle setup](https://orm.drizzle.team/docs/get-started). +The Dittocade uses [Netlify](https://netlify.com) and [Neon](https://neon.tech) to provide its services for free. For setting up these or other providers, see [Astro adapters](https://docs.astro.build/en/guides/server-side-rendering/) and [Drizzle setup](https://orm.drizzle.team/docs/get-started). ## 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). diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..7b3a7c0 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,25 @@ +[[redirects]] + from = "https://fancade-club.netlify.app/*" + to = "https://ditto.cade.party/:splat" + status = 301 + force = true +[[redirects]] + from = "https://cade.club/*" + to = "https://ditto.cade.party/:splat" + status = 301 + force = true +[[redirects]] + from = "https://www.cade.club/*" + to = "https://ditto.cade.party/:splat" + status = 301 + force = true +[[redirects]] + from = "https://fancade.club/*" + to = "https://ditto.cade.party/:splat" + status = 301 + force = true +[[redirects]] + from = "https://www.fancade.club/*" + to = "https://ditto.cade.party/:splat" + status = 301 + force = true