Skip to content

Commit 45ba9e7

Browse files
committed
Enable @vuepress/last-updated plugin
1 parent c133f88 commit 45ba9e7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pages/.vuepress/config.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
module.exports = {
2-
base:'/docs/', // We are serving on coderbot.org/docs, so set the baseURL accordingly
2+
// 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+
}
310
}

0 commit comments

Comments
 (0)