diff --git a/next.config.mjs b/next.config.mjs index c4bd998..1dea5b5 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,7 +1,6 @@ import createNextIntlPlugin from 'next-intl/plugin' import withMDX from '@next/mdx' - const withNextIntl = createNextIntlPlugin('./src/core/i18n/i18n.tsx') /** @type {import('next').NextConfig} */ @@ -9,6 +8,10 @@ const nextConfig = { pageExtensions: ['js', 'jsx', 'mdx', 'ts', 'tsx'], async redirects() { return [ + { + source: '/chat', + destination: 'https://calendar.app.google/KvZAYd9okNjiY7iBA', + }, { source: '/articles/:path*', destination: '/blog/:path*',