From 22fda6a44bd5fc249cd97f6e799e207b4828f112 Mon Sep 17 00:00:00 2001 From: Daniel Lautzenheiser Date: Tue, 29 Nov 2022 19:31:24 -0500 Subject: [PATCH] Switch to discord --- website/content/community.json | 2 +- website/next.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/community.json b/website/content/community.json index 5c4ea9ee..babb4a4b 100644 --- a/website/content/community.json +++ b/website/content/community.json @@ -8,7 +8,7 @@ { "title": "Static CMS Slack", "description": "Live community chat for all things Static CMS", - "url": "https://join.slack.com/t/static-cms/shared_invite/zt-1gvgnf5yv-E4sR17YnEcOy6fLFH9m7bQ" + "url": "https://discord.gg/ZWJM9pBMjj" }, { "title": "Static CMS Community", diff --git a/website/next.config.js b/website/next.config.js index a880b003..901488fa 100644 --- a/website/next.config.js +++ b/website/next.config.js @@ -8,7 +8,7 @@ const withBundleAnalyzer = require('@next/bundle-analyzer')({ }); const redirects = [ - { source: '/chat', destination: 'https://join.slack.com/t/static-cms/shared_invite/zt-1gvgnf5yv-E4sR17YnEcOy6fLFH9m7bQ', permanent: true }, + { source: '/chat', destination: 'https://discord.gg/ZWJM9pBMjj', permanent: true }, ]; /** @type {import('next').NextConfig} */