Skip to content

Commit

Permalink
🚑 修复路径
Browse files Browse the repository at this point in the history
Signed-off-by: 舰队的偶像-岛风酱! <[email protected]>
  • Loading branch information
frg2089 committed Jul 31, 2023
1 parent 65e2cf0 commit bd76ec9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion vuepress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { defineUserConfig } from "vuepress";
import theme from "./vuepress.theme";

export default defineUserConfig({
base: "/",
base: "/docs/",

locales: {
"/": {
Expand Down
6 changes: 3 additions & 3 deletions vuepress.theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default hopeTheme({
// sidebar
sidebar: sidebar.zh,

footer: '<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="知识共享许可协议" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/80x15.png" /></a><br />本作品采用<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议</a>进行许可。',
footer: '<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="知识共享许可协议" style="border-width:0" src="https://licensebuttons.net/l/by-nc-sa/4.0/80x15.png" /></a><br />本作品采用<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议</a>进行许可。',

displayFooter: true,

Expand All @@ -42,7 +42,7 @@ export default hopeTheme({
editLink: "在 GitLab 上编辑此页",
},
},

"/en/": {
// navbar
navbar: navbar.en,
Expand All @@ -55,7 +55,7 @@ export default hopeTheme({
// sidebar
sidebar: sidebar.en,

footer: '<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/80x15.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.',
footer: '<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://licensebuttons.net/l/by-nc-sa/4.0/80x15.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.',

displayFooter: true,

Expand Down

0 comments on commit bd76ec9

Please sign in to comment.