Switch to discord

This commit is contained in:
Daniel Lautzenheiser 2022-11-29 19:31:24 -05:00
parent 6849df4a45
commit 22fda6a44b
No known key found for this signature in database
GPG Key ID: D2F75F7DD915527E
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -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} */