mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-16 05:55:53 +08:00
chore: remove webapp ga (#12909)
This commit is contained in:
parent
6d0cb9dc33
commit
6db3ae9b8e
@ -1,7 +1,6 @@
|
|||||||
import React from 'react'
|
import React from 'react'
|
||||||
import type { FC } from 'react'
|
import type { FC } from 'react'
|
||||||
import type { Metadata } from 'next'
|
import type { Metadata } from 'next'
|
||||||
import GA, { GaType } from '@/app/components/base/ga'
|
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
icons: 'data:,', // prevent browser from using default favicon
|
icons: 'data:,', // prevent browser from using default favicon
|
||||||
@ -12,7 +11,6 @@ const Layout: FC<{
|
|||||||
}> = ({ children }) => {
|
}> = ({ children }) => {
|
||||||
return (
|
return (
|
||||||
<div className="min-w-[300px] h-full pb-[env(safe-area-inset-bottom)]">
|
<div className="min-w-[300px] h-full pb-[env(safe-area-inset-bottom)]">
|
||||||
<GA gaType={GaType.webapp} />
|
|
||||||
{children}
|
{children}
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user