Change footer build time format

This commit is contained in:
2022-10-24 14:27:04 +08:00
parent ec859164f6
commit d932b32a24

View File

@@ -6,7 +6,7 @@ const Footer = () => {
const data = useStaticQuery(graphql`
query {
siteBuildMetadata {
buildTime(formatString: "YYYY MMMM DD")
buildTime(formatString: "LLLL")
}
}