Update excludeTags.ts

This commit is contained in:
Nicolas 2024-10-16 13:37:40 -03:00
parent cf8fe93281
commit 2c1a98f019

View File

@ -6,7 +6,6 @@ export const excludeNonMainTags = [
".header",
".top",
".navbar",
"#header",
".footer",
".bottom",
"#footer",
@ -39,8 +38,6 @@ export const excludeNonMainTags = [
"#search",
".share",
"#share",
".widget",
"#widget",
".cookie",
"#cookie"
];