Skip to content

Commit 4ee520c

Browse files
committed
fixed: set correct vuepress base path
1 parent 0bb45d4 commit 4ee520c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vuepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
title: "Neos-Blog Documentation",
3-
base: "https://breadlesscode.github.io/neos-blog/",
3+
base: "/neos-blog/",
44
themeConfig: {
55
nav: [
66
{

0 commit comments

Comments
 (0)