chore: remove console.log in vitepress config

Signed-off-by: Brian McGee <brian@bmcgee.ie>
This commit is contained in:
Brian McGee 2024-07-05 16:18:18 +01:00
parent da7b015190
commit 631cf04fff
No known key found for this signature in database
GPG Key ID: D49016E76AD1E8C0

View File

@ -26,8 +26,6 @@ versions.forEach(version => {
sidebar[`/${version}/`] = sidebar["/"].map(({ text, link }) => ({ text, link: `/${version}${link}`}))
})
console.log("sidebar", sidebar)
// https://vitepress.dev/reference/site-config
export default defineVersionedConfig({
base: '/',