chore: add diagnostic rewrite and automated asset smoke tests
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 9s
Build & Deploy / 🏗️ Build (push) Successful in 9m38s
Build & Deploy / 🚀 Deploy (push) Successful in 24s
Build & Deploy / 🩺 Smoke Test (push) Failing after 4s
Build & Deploy / 🔔 Notify (push) Successful in 3s

This commit is contained in:
2026-04-12 18:49:11 +02:00
parent d5d0d77180
commit c505050cb4
2 changed files with 37 additions and 5 deletions

View File

@@ -66,6 +66,11 @@ const nextConfig = {
source: '/:folder(case-studies|work|blog)/wp-includes/:path*',
destination: '/showcase/klz-cables.com/assets/klz-cables.com/wp-includes/:path*',
},
// Diagnostic rule
{
source: '/robots-test',
destination: '/robots.txt',
},
],
};
},