fix(analytics): restore next.config.mjs proxy and remove route handler
All checks were successful
Build & Deploy / 🔍 Prepare (push) Successful in 14s
Build & Deploy / 🧪 QA (push) Successful in 2m0s
Build & Deploy / 🏗️ Build (push) Successful in 4m54s
Build & Deploy / 🚀 Deploy (push) Successful in 34s
Build & Deploy / 🧪 Smoke Test (push) Successful in 2m11s
Build & Deploy / ⚡ Lighthouse (push) Successful in 5m44s
Build & Deploy / 🔔 Notify (push) Successful in 2s

This commit is contained in:
2026-02-20 13:15:29 +01:00
parent e20d7f42c0
commit d7aba218d9
2 changed files with 4 additions and 92 deletions

View File

@@ -347,6 +347,10 @@ const nextConfig = {
}
return [
{
source: '/stats/:path*',
destination: `${umamiUrl}/:path*`,
},
{
source: '/cms/:path*',
destination: `${directusUrl}/:path*`,