Revert "chore: remove references to discord"

This reverts commit 734cecd9b44e32b319621e141ae57b93cb6dc134.
This commit is contained in:
Daniel Lautzenheiser
2024-04-03 08:17:52 -04:00
parent 9a627e5a83
commit 09e29b977f
3 changed files with 11 additions and 0 deletions

View File

@ -15,6 +15,11 @@
{
"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,6 +9,7 @@ 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} */