diff --git a/next.config.js b/next.config.js index a18a23536..7055c5ce7 100644 --- a/next.config.js +++ b/next.config.js @@ -75,6 +75,11 @@ module.exports = () => { }, async redirects() { return [ + { + source: '/tags/spotlight', + destination: '/spotlight', + permanent: true, + }, { source: '/projects/nostr', destination: '/funds/nostr',