From 5f0a020985f78bbd4359ee874d919651ea647fdd Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Tue, 26 Jan 2021 19:47:27 -0800 Subject: [PATCH] New Discord invite --- README.md | 2 +- netlify.toml | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 00428095..f2a06e1b 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![gzip size](https://img.badgesize.io/https:/unpkg.com/browse/webamp/built/webamp.bundle.min.js?label=gzip&compression=gzip)](https://bundlephobia.com/result?p=webamp) [![Tests](https://github.com/captbaritone/webamp/workflows/CI/badge.svg)](https://github.com/captbaritone/webamp/actions?query=branch%3Amaster+workflow%3ACI) -[![Discord](https://img.shields.io/discord/434058775012311061.svg)](https://discord.gg/fBTDMqR) +[![Discord](https://img.shields.io/discord/434058775012311061.svg)](https://webamp.org/chat) # Webamp diff --git a/netlify.toml b/netlify.toml index 15cd6165..88cafe06 100644 --- a/netlify.toml +++ b/netlify.toml @@ -15,11 +15,15 @@ [[redirects]] from = "/about" to = "https://github.com/captbaritone/webamp" - + [[redirects]] from = "/wallpapers" to = "https://www.dropbox.com/sh/3lx5ajfvsjeenj5/AADf8AihDeu1KgH1wr_WAsgXa?dl=0&lst=" +[[redirects]] + from = "/chat" + to = "https://discord.gg/fpBPmFkngQ" + # Redirect domain aliases to primary domain [[redirects]] from = "https://webamp.net/*"