all repos — stealth-developers @ a19b9c8aa54b7c47b8677c31a7d567bd24c632ee

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"),
	},
};