all repos — stealth-developers @ 72242da6ffc76515ee4703abdff2555b095861de

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