2
0

📝 Add "Lead Generation Guide" article (#1465)

Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
This commit is contained in:
younesbenallal
2024-04-23 19:32:46 +02:00
committed by GitHub
parent bc50d62cf6
commit 5d99e00f6b
14 changed files with 277 additions and 15 deletions

View File

@ -151,6 +151,17 @@ const nextConfig = {
],
destination: `${process.env.LANDING_PAGE_URL}/_next/static/:static*`,
},
{
source: '/images/blog/:images*',
has: [
{
type: 'header',
key: 'referer',
value: `https://typebot.io/blog/(?<slug>.*)`,
},
],
destination: `${process.env.LANDING_PAGE_URL}/images/blog/:images*`,
},
{
source: '/typebots/:typebot*',
has: [