2
0

📝 (lp) Add oss friends page

This commit is contained in:
Baptiste Arnaud
2023-05-26 08:26:52 +02:00
parent 55bbf0e593
commit 084a17ffc8
3 changed files with 177 additions and 1 deletions

View File

@@ -3,7 +3,13 @@ const withBundleAnalyzer = require('@next/bundle-analyzer')({
enabled: process.env.ANALYZE === 'true',
})
const pages = ['pricing', 'privacy-policies', 'terms-of-service', 'about']
const pages = [
'pricing',
'privacy-policies',
'terms-of-service',
'about',
'oss-friends',
]
module.exports = withBundleAnalyzer({
transpilePackages: ['utils', 'models'],