2026-08-25 12:08:01 +02:00
|
|
|
/** Name of the blog, used in the header, the page titles and the footer. */
|
|
|
|
|
export const SITE_NAME = 'CorralitoComing'
|
|
|
|
|
|
|
|
|
|
/** One-line description, used as the home page meta description. */
|
|
|
|
|
export const SITE_DESCRIPTION = 'Articles, guides and analysis.'
|
2026-08-25 13:44:14 +02:00
|
|
|
|
|
|
|
|
/** Public contact address, shown in the footer. */
|
|
|
|
|
export const SITE_EMAIL = 'corralitocoming@gmail.com'
|