Skip to content

Commit 3cdf83a

Browse files
revert: remove legacy URL redirects
1 parent 3fac697 commit 3cdf83a

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

next.config.mjs

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,5 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
3-
async redirects() {
4-
return [
5-
{ source: '/pricing', destination: '/', permanent: true },
6-
{ source: '/pricing/', destination: '/', permanent: true },
7-
{ source: '/faq', destination: '/', permanent: true },
8-
{ source: '/faq/', destination: '/', permanent: true },
9-
{ source: '/privacy', destination: '/terms', permanent: true },
10-
{ source: '/privacy/', destination: '/terms', permanent: true },
11-
{ source: '/success', destination: '/', permanent: true },
12-
{ source: '/success/', destination: '/', permanent: true },
13-
{ source: '/cancel', destination: '/', permanent: true },
14-
{ source: '/cancel/', destination: '/', permanent: true },
15-
{ source: '/refund', destination: '/terms', permanent: true },
16-
{ source: '/refund/', destination: '/terms', permanent: true },
17-
]
18-
},
193
async headers() {
204
return [
215
{

0 commit comments

Comments
 (0)