mirror of
https://github.com/zhigang1992/react.git
synced 2026-04-27 19:25:05 +08:00
chore: add share image in qq browser
This commit is contained in:
@@ -27,6 +27,7 @@ const Application: NextPage<AppProps> = ({ Component, pageProps }) => {
|
||||
<meta name="generator" content="ZEIT UI" />
|
||||
<meta name="description" content="React implementation for ZEIT design." />
|
||||
<meta property="og:description" content="React implementation for ZEIT design." />
|
||||
<meta itemProp="image" property="og:image" content="https://user-images.githubusercontent.com/11304944/76085431-fd036480-5fec-11ea-8412-9e581425344a.png" />
|
||||
<meta property="og:image" content="https://user-images.githubusercontent.com/11304944/76085431-fd036480-5fec-11ea-8412-9e581425344a.png" />
|
||||
<meta property="twitter:image" content="https://user-images.githubusercontent.com/11304944/76085431-fd036480-5fec-11ea-8412-9e581425344a.png" />
|
||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, minimum-scale=1, viewport-fit=cover" />
|
||||
|
||||
7
typings/meta.d.ts
vendored
Normal file
7
typings/meta.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import React from 'react'
|
||||
|
||||
declare module 'react' {
|
||||
interface MetaHTMLAttributes<T> extends React.MetaHTMLAttributes<T> {
|
||||
itemprop?: string
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user