feat: add locale configuration for Datetime component (#59)

This commit is contained in:
Andrea Mignone
2023-04-17 19:26:58 +02:00
committed by GitHub
parent 08151881cc
commit 0e9f709c5d
3 changed files with 17 additions and 2 deletions
+2
View File
@@ -10,6 +10,8 @@ export const SITE: Site = {
postPerPage: 3,
};
export const LOCALE = ["en-EN"]; // set to [] to use the environment default
export const LOGO_IMAGE = {
enable: false,
svg: true,