Variouu changes from a few days ago.

This commit is contained in:
Scott Idem
2024-02-15 09:20:57 -05:00
parent 970e7567fc
commit ccbb783378
9 changed files with 312 additions and 23 deletions

View File

@@ -11,7 +11,7 @@ const config = {
// Disable accessibility warnings
onwarn: (warning, handler) => {
console.log('HERE');
// console.log('HERE');
if (warning.code.includes("a11y")) return;
// if (warning.code === 'a11y-distracting-elements') return;
handler(warning);