1
1
mirror of https://github.com/primer/css.git synced 2025-01-05 21:22:57 +03:00
This commit is contained in:
Shawn Allen 2018-12-06 10:51:15 -08:00
parent ac4f414783
commit 8a030b1e36

View File

@ -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>