mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
feat: add locale configuration for Datetime component (#59)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user