This commit is contained in:
2026-02-01 02:10:24 +01:00
parent ee04d2422c
commit a4ea42a043
78 changed files with 71 additions and 669 deletions

View File

@@ -1,8 +1,8 @@
import createNextIntlPlugin from 'next-intl/plugin';
import { withSentryConfig } from '@sentry/nextjs';
const withNextIntl = createNextIntlPlugin();
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
@@ -336,6 +336,10 @@ const nextConfig = {
source: '/errors/:path*',
destination: `${glitchtipUrl}/:path*`,
},
{
source: '/cms/:path*',
destination: `${process.env.DIRECTUS_URL}/:path*`,
},
];
},
};