chore: remove references to discord

This commit is contained in:
Daniel Lautzenheiser
2024-03-13 08:58:25 -04:00
parent 05ff1a104e
commit 734cecd9b4
3 changed files with 0 additions and 11 deletions

View File

@ -15,11 +15,6 @@
{
"title": "Support",
"links": [
{
"title": "Static CMS Discord",
"description": "Live community chat for all things Static CMS",
"url": "https://discord.gg/ZWJM9pBMjj"
},
{
"title": "Static CMS Community",
"description": "Ask and answer questions on GitHub discussions tab",

View File

@ -9,7 +9,6 @@ const withBundleAnalyzer = require('@next/bundle-analyzer')({
const redirects = [
{ source: '/docs', destination: '/docs/intro', permanent: true },
{ source: '/chat', destination: 'https://discord.gg/ZWJM9pBMjj', permanent: true },
];
/** @type {import('next').NextConfig} */