refactor: ♻️ update naming of variables, classes and attributes

This commit is contained in:
Sebin Nyshkim 2025-06-28 18:39:46 +02:00
parent b85675eb45
commit f5d526d79b
4 changed files with 26 additions and 26 deletions

View file

@ -62,7 +62,7 @@ export default async function (eleventyConfig) {
ignoreCustomFragments: [
/<(use|path)[^>]*>(?:(?!<\/(use|path)>)[\s\S])*?<\/(use|path)>/,
/<div[^>]*class="color-box"[^>]*>(?:(?!<\/div>)[\s\S])*?<\/div>/,
/<nav[^>]*class="gallery-nav"[^>]*>.*?<\/nav>/
/<nav[^>]*class="slider-nav"[^>]*>.*?<\/nav>/
]
});
}