Skip to content

Commit

Permalink
Remove LCP def.
Browse files Browse the repository at this point in the history
  • Loading branch information
bstopp committed Apr 16, 2024
1 parent 07f4564 commit 635f21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cigaradvisor/scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
import { loadReturnToTop } from '../blocks/return-to-top/return-to-top.js';
import addLinkingData from './linking-data.js';

const LCP_BLOCKS = ['hero', 'articleheader'];
const LCP_BLOCKS = [];
const AUTHOR_INDEX_PATH = '/cigaradvisor/index/author-index.json';
const CATEGORY_INDEX_PATH = '/cigaradvisor/index/category-index.json';
const ARTICLE_INDEX_PATH = '/cigaradvisor/index/article-index.json';
Expand Down

0 comments on commit 635f21c

Please sign in to comment.