📝 Add "Lead Generation Guide" article (#1465)
Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
This commit is contained in:
@ -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: [
|
||||
|
Reference in New Issue
Block a user