sfc-utils 1.4.148 → 1.4.149
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.
|
@@ -174,7 +174,7 @@ const LayoutHelmet = ({
|
|
|
174
174
|
<link rel="shortcut icon" href={favHref} type="image/x-icon" />
|
|
175
175
|
<link rel="canonical" href={`${CANONICAL_URL}/${url_add}`} />
|
|
176
176
|
<link
|
|
177
|
-
rel="
|
|
177
|
+
rel="preload"
|
|
178
178
|
href={`https://files.sfchronicle.com/brand-styles/${styleSheetID}.css`}
|
|
179
179
|
/>
|
|
180
180
|
|