all repos — stealth-developers @ 1e972fbe77bc187b7bec4f6158641ece3cf7f98f

apps/api/src/lib/widgets/constants.ts (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
import { appAsset } from "./builders";

export const ASSETS = {
	hero: {
		key: "khls",
		asset_id: "1523451878141202442",
		image: appAsset("khls"),
	},
};