add edit link and last updated timestamp

This commit is contained in:
Clas Wen 2025-03-30 17:30:46 +08:00
parent f2f28012c3
commit ff19cb46f3

View file

@ -22,10 +22,14 @@ export default defineConfig({
},
...getMeetingMinutesSidebar()
],
editLink: {
pattern: 'https://github.com/nbtca/documents/edit/main/:path',
text: 'Edit this page on GitHub'
},
socialLinks: [
{ icon: 'github', link: 'https://github.com/nbtca/documents' }
]
},
ignoreDeadLinks: true
ignoreDeadLinks: true,
lastUpdated: true,
})