mirror of
https://github.com/primer/css.git
synced 2025-01-05 21:22:57 +03:00
lint
This commit is contained in:
parent
ac4f414783
commit
8a030b1e36
@ -44,7 +44,10 @@ export default class MyDocument extends Document {
|
||||
<meta property="og:image:height" content="630" />
|
||||
<meta property="twitter:card" content="summary_large_image" />
|
||||
<meta property="twitter:site" content="@githubprimer" />
|
||||
<link rel="stylesheet" href={config.production ? getAssetPath('primer.css') : '/_next/static/css/styles.chunk.css'} />
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href={config.production ? getAssetPath('primer.css') : '/_next/static/css/styles.chunk.css'}
|
||||
/>
|
||||
{styleTags}
|
||||
</head>
|
||||
<body>
|
||||
|
Loading…
Reference in New Issue
Block a user