feat: different logos for staging and dev
This commit is contained in:
parent
c647a87ba1
commit
0297ed868b
19 changed files with 64 additions and 63 deletions
|
@ -1,3 +1,5 @@
|
|||
import type { BuildInfo } from '~~/types'
|
||||
|
||||
export interface Team {
|
||||
github: string
|
||||
display: string
|
||||
|
@ -31,3 +33,7 @@ export const teams: Team[] = [
|
|||
mastodon: 'sxzz@webtoo.ls',
|
||||
},
|
||||
].sort(() => Math.random() - 0.5)
|
||||
|
||||
export function useBuildInfo() {
|
||||
return useRuntimeConfig().public.buildInfo as BuildInfo
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue