Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将所有流量从 重定向https://example.com/:path*到https://www.example.com:/path*。
https://example.com/:path*
https://www.example.com:/path*
有没有办法在 nextjs 中通过重定向或重写来做到这一点?