🔊 Add logs to debug invalid env
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
import { gtmHeadSnippet } from '@/lib/google-tag-manager'
|
||||
import { Metadata } from '@typebot.io/schemas'
|
||||
import Head from 'next/head'
|
||||
import Script from 'next/script'
|
||||
import React from 'react'
|
||||
import { isNotEmpty } from '@typebot.io/lib'
|
||||
import { Metadata } from '@typebot.io/schemas/features/typebot/settings'
|
||||
|
||||
type SEOProps = {
|
||||
url: string
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
import { Standard } from '@typebot.io/nextjs'
|
||||
import { BackgroundType, Typebot } from '@typebot.io/schemas'
|
||||
import { useRouter } from 'next/router'
|
||||
import { SEO } from './Seo'
|
||||
import { Typebot } from '@typebot.io/schemas/features/typebot/typebot'
|
||||
import { BackgroundType } from '@typebot.io/schemas/features/typebot/theme/enums'
|
||||
|
||||
export type TypebotV3PageProps = {
|
||||
url: string
|
||||
|
||||
Reference in New Issue
Block a user