all repos — stealth-developers @ de82bde6bbf10b37933301403c47e641dd8288e6

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