sfc-utils 1.4.149 → 1.4.150
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -173,9 +173,15 @@ const LayoutHelmet = ({
|
|
|
173
173
|
<meta name="description" content={DESCRIPTION} />
|
|
174
174
|
<link rel="shortcut icon" href={favHref} type="image/x-icon" />
|
|
175
175
|
<link rel="canonical" href={`${CANONICAL_URL}/${url_add}`} />
|
|
176
|
+
{/* Preload the stylesheet */}
|
|
176
177
|
<link
|
|
177
178
|
rel="preload"
|
|
178
179
|
href={`https://files.sfchronicle.com/brand-styles/${styleSheetID}.css`}
|
|
180
|
+
as="style"
|
|
181
|
+
/>
|
|
182
|
+
<link
|
|
183
|
+
rel="stylesheet"
|
|
184
|
+
href={`https://files.sfchronicle.com/brand-styles/${styleSheetID}.css`}
|
|
179
185
|
/>
|
|
180
186
|
|
|
181
187
|
{isApp || EMBEDDED || noindex ? (
|