From: Eduardo San Martin Morote Date: Tue, 9 Mar 2021 10:22:30 +0000 (+0100) Subject: docs: fix link at the top X-Git-Tag: v2.0.0-alpha.8~39 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5c9ce3e48c339f704366c3d3af3b79b1d070c534;p=thirdparty%2Fvuejs%2Fpinia.git docs: fix link at the top --- diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index 6aceee2b..db32d6e4 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -28,7 +28,7 @@ module.exports = { }, nav: [ - { text: 'Guide', link: '/guide/' }, + { text: 'Guide', link: '/introduction.html' }, // { text: 'Config', link: '/config/' }, // { text: 'Plugins', link: '/plugins/' }, {