fix(web): rename favicons to v2 for cache busting (#9492)

This commit is contained in:
Ryan Vogel 2026-01-19 15:04:59 -05:00 committed by GitHub
parent c47699536f
commit 889c60d63b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 78 additions and 16 deletions

View file

@ -35,7 +35,7 @@ export const subjects = createSubjects({
const MY_THEME: Theme = {
...THEME_OPENAUTH,
logo: "https://opencode.ai/favicon.svg",
logo: "https://opencode.ai/favicon-v2.svg",
}
export default {