export const SITE = { website: "https://blog.oblic-parallels.fr/", // replace this with your deployed domain author: "Gu://em_", profile: "https://oblic-parallels.fr", desc: "A minimal, responsive and SEO-friendly Astro blog theme.", title: "Oblog Parallels", ogImage: "astropaper-og.jpg", lightAndDarkMode: true, postPerIndex: 4, postPerPage: 4, scheduledPostMargin: 15 * 60 * 1000, // 15 minutes showArchives: true, showBackButton: true, // show back button in post detail editPost: { enabled: false, text: "Proposer un changement", url: "https://openai.com", }, dynamicOgImage: true, lang: "fr", // html lang code. Set this empty and default will be "en" timezone: "Europe/Paris", // Default global timezone (IANA format) https://en.wikipedia.org/wiki/List_of_tz_database_time_zones } as const;