Ahrefs problems

This commit is contained in:
2026-01-13 23:10:35 +01:00
parent ceb2ac40ec
commit 3e9daa648a
4 changed files with 22 additions and 58 deletions

View File

@@ -28,30 +28,10 @@ const nextConfig = {
permanent: true,
},
{
source: '/blog/vcard-qr-code-generator',
destination: '/tools/vcard-qr-code',
source: '/blog/bulk-qr-codes-excel',
destination: '/blog/bulk-qr-code-generator-excel',
permanent: true,
},
{
source: '/blog/qr-code-restaurant-menu',
destination: '/dynamic-qr-code-generator',
permanent: true,
},
{
source: '/blog/bulk-qr-code-generator',
destination: '/bulk-qr-code-generator',
permanent: true,
},
{
source: '/blog/qr-code-small-business',
destination: '/signup',
permanent: true,
},
{
source: '/analytics',
destination: '/signup',
permanent: false, // 307 Temporary Redirect as it requires auth eventually
},
];
},
};