Skip to content

Commit 2b11352

Browse files
committed
fix vitepress docs
1 parent e08b7a2 commit 2b11352

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/.vitepress/config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const toc_en = require("./toc_en.json");
77
const versions = {
88
text: "4.x",
99
items: [
10-
{ text: "4.x (current)", link: "https://book.cakephp.org/authentication/4/en/", target: '_self' },
10+
{ text: "4.x (current)", link: "https://book.cakephp.org/authentication/4/", target: '_self' },
1111
{ text: "3.x", link: "https://book.cakephp.org/authentication/3/en/", target: '_self' },
1212
{ text: "2.x", link: "https://book.cakephp.org/authentication/2/en/", target: '_self' },
1313
],
@@ -19,12 +19,12 @@ export default {
1919
srcDir: 'en',
2020
title: 'Authentication plugin',
2121
description: 'Authentication - CakePHP Authentication Plugin Documentation',
22-
base: "/authentication/4/en/",
22+
base: "/authentication/4/",
2323
rewrites: {
2424
"en/:slug*": ":slug*",
2525
},
2626
sitemap: {
27-
hostname: "https://book.cakephp.org/authentication/4/en/",
27+
hostname: "https://book.cakephp.org/authentication/4/",
2828
},
2929
themeConfig: {
3030
socialLinks: [

0 commit comments

Comments
 (0)