fix: disable image optimizations for logo to prevent caching issues with custom logos

This commit is contained in:
Elias Schneider
2023-10-09 10:40:55 +02:00
parent f15a8dc277
commit 38919003e9
4 changed files with 6 additions and 6 deletions

View File

@@ -11,6 +11,7 @@
"react-hooks/exhaustive-deps": ["off"],
"import/no-anonymous-default-export": ["off"],
"no-unused-vars": ["warn"],
"react/no-unescaped-entities": ["off"]
"react/no-unescaped-entities": ["off"],
"@next/next/no-img-element": ["off"]
}
}