]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: use html extension
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 8 Mar 2021 16:09:07 +0000 (17:09 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 8 Mar 2021 16:09:07 +0000 (17:09 +0100)
docs/.vitepress/config.js

index ea0f95dcdf49d29b8797adc11e3cb695e3553fb8..17fbc958da22b9916371d7e20541db232c619ab2 100644 (file)
@@ -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',
             },
           ],
         },