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="stylesheet"
177
+ rel="preload"
178
178
  href={`https://files.sfchronicle.com/brand-styles/${styleSheetID}.css`}
179
179
  />
180
180
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sfc-utils",
3
- "version": "1.4.148",
3
+ "version": "1.4.149",
4
4
  "author": "ewagstaff <evanjwagstaff@gmail.com>",
5
5
  "dependencies": {
6
6
  "archieml": "^0.4.2",