/** @type {import('next').NextConfig} */ const nextConfig = { async rewrites() { return [ { source: '/', destination: '/news/1' } ] } } export default nextConfig