From 1ba6fee5d8e9c5782be5420812731eefd3cfca60 Mon Sep 17 00:00:00 2001 From: Miykaelxxm Date: Tue, 1 Mar 2022 23:52:45 +0800 Subject: [PATCH] test baseurl --- docs/.vuepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index a33f885..0af2cfb 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -1,7 +1,7 @@ // .vuepress/config.js module.exports = { title: "Spring 中文文档社区", - base: "/", + base: "/spring/", locales: { '/en/': { lang: 'en-US', -- GitLab