2
0

fix(lp): 🐛 FIx rewrite pages

This commit is contained in:
Baptiste Arnaud
2022-04-02 15:34:47 +02:00
parent a4d4576e48
commit 082270370b

View File

@@ -3,15 +3,7 @@ const withBundleAnalyzer = require('@next/bundle-analyzer')({
enabled: process.env.ANALYZE === 'true',
})
const pages = [
'blog',
'pricing',
'privacy-policies',
'terms-of-service',
'vs-landbot',
'vs-tally',
'vs-typeform',
]
const pages = ['pricing', 'privacy-policies', 'terms-of-service']
module.exports = withBundleAnalyzer({
async redirects() {