25 lines
901 B
TypeScript
25 lines
901 B
TypeScript
export const appConfig = {
|
|
name: "Satu Peta",
|
|
wilayah: "Jatim",
|
|
logo: "/logo.svg",
|
|
logoFooter: "/logo_satu peta_white.webp",
|
|
illustrationMap: "/illustration-map.png",
|
|
heroImage: "/landing/hero.webp",
|
|
illustrationLogin: "/ilustration-login.svg",
|
|
boundaryFileId: "01970a5f-5708-71e5-8291-892fa04deabf",
|
|
heroCardOpdicon: "/landing/icons/icon_opd.webp",
|
|
heroCardMapsetIcon: "/landing/icons/icon_mapset.webp",
|
|
heroCardVisitorsIcon: "/landing/icons/icon_visitors.webp",
|
|
heroCardDownloadsIcon: "/landing/icons/icon_downloads.png",
|
|
heroCardMetadataIcon: "/landing/icons/icon_metadata.webp",
|
|
heroCardOrnament: "/landing/ornaments/ornament1.webp",
|
|
iconFb: "/landing/icons/icon_fb.webp",
|
|
iconIg: "/landing/icons/icon_instagram.webp",
|
|
iconTw: "/landing/icons/icon_twitter.webp",
|
|
iconYt: "/landing/icons/icon_youtube.webp",
|
|
};
|
|
|
|
export const isActiveFeature = {
|
|
news: true,
|
|
};
|