From 30af8b00667934bc95c4d2978e0304968c818d56 Mon Sep 17 00:00:00 2001 From: melontini <104443436+melontini@users.noreply.github.com> Date: Sun, 7 Apr 2024 20:15:05 +0700 Subject: [PATCH] Last updated --- docs/.vitepress/config.mts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 1cb92db..d67c602 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -6,6 +6,9 @@ export default defineConfig({ title: "Commander", base: "/commander/", + cleanUrls: true, + lastUpdated: true, + head: [ ['link', { rel: 'icon', type: 'image/png', href: '/commander/favicon.png' }], ['link', { rel: 'shortcut icon', type: 'image/png', href: '/commander/favicon.png' }] -- 2.51.2