chore: remove references to discord
This commit is contained in:
@ -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",
|
||||
|
@ -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} */
|
||||
|
Reference in New Issue
Block a user