We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c133f88 commit 45ba9e7Copy full SHA for 45ba9e7
pages/.vuepress/config.js
@@ -1,3 +1,10 @@
1
module.exports = {
2
- base:'/docs/', // We are serving on coderbot.org/docs, so set the baseURL accordingly
+ // We are serving on coderbot.org/docs, so set the baseURL accordingly
3
+ // This variable is exposed on MD, HTML and Vue components as $withBase
4
+ // E.g. <img :src="$withBase('/foo.png')" alt="foo">
5
+ base: '/docs/',
6
+ themeConfig: {
7
+ // Based on last git commit, offered by @vuepress/plugin-last-updated
8
+ lastUpdated: 'Ultimo aggiornamento', // string | boolean
9
+ }
10
}
0 commit comments