2
0

🚑 (bot) Share inject custom head code again

This commit is contained in:
Baptiste Arnaud
2023-07-11 10:19:47 +02:00
parent 1beb4bb1b9
commit 3421e4822f
5 changed files with 35 additions and 37 deletions

View File

@@ -2,9 +2,8 @@
import { initGoogleAnalytics } from '@/lib/gtag'
import { gtmBodyElement } from '@/lib/gtm'
import { initPixel } from '@/lib/pixel'
import { isNotEmpty } from '@typebot.io/lib/utils'
import { injectCustomHeadCode, isNotEmpty } from '@typebot.io/lib/utils'
import { StartPropsToInject } from '@typebot.io/schemas'
import { injectCustomHeadCode } from './injectCustomHeadCode'
export const injectStartProps = async (
startPropsToInject: StartPropsToInject