Files
blog/frontend/shared/utils/site.ts
T

6 lines
208 B
TypeScript
Raw Normal View History

/** Name of the blog. Not translated: it is the brand. */
export const SITE_NAME = 'CorralitoComing'
2026-08-25 13:44:14 +02:00
/** Public contact address, shown in the footer. */
export const SITE_EMAIL = 'corralitocoming@gmail.com'