ran format
This commit is contained in:
@@ -26,14 +26,35 @@ export default class MyDocument extends Document {
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1, shrink-to-fit=no"
|
||||
/>
|
||||
<link rel="apple-touch-icon" sizes="180x180" href={getUrl("/apple-touch-icon.png")}/>
|
||||
<link rel="icon" type="image/png" sizes="32x32" href={getUrl("/favicon-32x32.png")}/>
|
||||
<link rel="icon" type="image/png" sizes="16x16" href={getUrl("/favicon-16x16.png")}/>
|
||||
<link rel="manifest" href={getUrl("/site.webmanifest")}/>
|
||||
<link rel="mask-icon" href={getUrl("/safari-pinned-tab.svg")} color="#00d1b2"/>
|
||||
<meta name="msapplication-TileColor" content="#202225"/>
|
||||
<meta name="theme-color" content="#202225"/>
|
||||
<style dangerouslySetInnerHTML={{ __html: this.props.css }} data-glamor />
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href={getUrl('/apple-touch-icon.png')}
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href={getUrl('/favicon-32x32.png')}
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href={getUrl('/favicon-16x16.png')}
|
||||
/>
|
||||
<link rel="manifest" href={getUrl('/site.webmanifest')} />
|
||||
<link
|
||||
rel="mask-icon"
|
||||
href={getUrl('/safari-pinned-tab.svg')}
|
||||
color="#00d1b2"
|
||||
/>
|
||||
<meta name="msapplication-TileColor" content="#202225" />
|
||||
<meta name="theme-color" content="#202225" />
|
||||
<style
|
||||
dangerouslySetInnerHTML={{ __html: this.props.css }}
|
||||
data-glamor
|
||||
/>
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: 'window.kbConf=' + JSON.stringify(app.get('kbConf')),
|
||||
|
||||
Reference in New Issue
Block a user