Skip to content

Commit 86f5930

Browse files
committed
fix
1 parent ce93f57 commit 86f5930

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/.vitepress/config.mts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default defineConfig({
1313
description:
1414
"Rule-based data validation library in JavaScript. It's extendable, function-oriented, and i18n supported.",
1515
lang: "en-US",
16-
lastUpdated: false,
16+
lastUpdated: true,
1717
appearance: "force-dark",
1818

1919
themeConfig: {
@@ -45,7 +45,10 @@ export default defineConfig({
4545
},
4646
],
4747
socialLinks: [
48-
{ icon: "github", link: "https://github.com/axe-api/validator" },
48+
{
49+
icon: "github",
50+
link: "https://github.com/axe-api/validator",
51+
},
4952
],
5053

5154
footer: {

0 commit comments

Comments
 (0)