diff --git a/next.config.js b/next.config.js index 1933e43d..86678677 100644 --- a/next.config.js +++ b/next.config.js @@ -5,7 +5,6 @@ module.exports = { async redirects() { return [ ...legacyRedirects.map(([source, dest]) => { - console.log(source, dest) return { source: `/honkai3rd/battlesuits/${source}`, destination: `/honkai3rd/battlesuits/${dest}`,