From: Eduardo San Martin Morote Date: Mon, 8 Mar 2021 16:09:07 +0000 (+0100) Subject: docs: use html extension X-Git-Tag: v2.0.0-alpha.8~44 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=07ef537456659126bbd5da3c9b328dd22f9cf229;p=thirdparty%2Fvuejs%2Fpinia.git docs: use html extension --- diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index ea0f95dc..17fbc958 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -56,7 +56,7 @@ module.exports = { children: [ { text: 'Installation', - link: '/guide/installation', + link: '/guide/installation.html', }, { text: 'Getting Started', @@ -68,7 +68,7 @@ module.exports = { // }, { text: 'Server-Side Rendering (SSR)', - link: '/guide/ssr', + link: '/guide/ssr.html', }, ], },