fix(lp): 🐛 FIx rewrite pages
This commit is contained in:
@@ -3,15 +3,7 @@ const withBundleAnalyzer = require('@next/bundle-analyzer')({
|
|||||||
enabled: process.env.ANALYZE === 'true',
|
enabled: process.env.ANALYZE === 'true',
|
||||||
})
|
})
|
||||||
|
|
||||||
const pages = [
|
const pages = ['pricing', 'privacy-policies', 'terms-of-service']
|
||||||
'blog',
|
|
||||||
'pricing',
|
|
||||||
'privacy-policies',
|
|
||||||
'terms-of-service',
|
|
||||||
'vs-landbot',
|
|
||||||
'vs-tally',
|
|
||||||
'vs-typeform',
|
|
||||||
]
|
|
||||||
|
|
||||||
module.exports = withBundleAnalyzer({
|
module.exports = withBundleAnalyzer({
|
||||||
async redirects() {
|
async redirects() {
|
||||||
|
|||||||
Reference in New Issue
Block a user