diff --git a/wiki/.vitepress/config.ts b/wiki/.vitepress/config.ts index 3541be1ce..eb7ac0f6b 100644 --- a/wiki/.vitepress/config.ts +++ b/wiki/.vitepress/config.ts @@ -61,7 +61,8 @@ const sidebar = (...items: SidebarItem[]): DefaultTheme.SidebarMulti => { // https://vitepress.dev/reference/site-config export default defineConfig({ title: 'BSMG Wiki', - description: 'BSMG Wiki', + description: + 'Guides on how to mod Beat Saber, create custom content, and get involved in the community!', lastUpdated: true, head: [['link', { rel: 'icon', href: '/icon.png' }]], diff --git a/wiki/index.md b/wiki/index.md index 39da7ff4c..c54cb3b53 100644 --- a/wiki/index.md +++ b/wiki/index.md @@ -4,9 +4,10 @@ titleTemplate: false description: The Beat Saber Modding Group Wiki. Learn how to mod Beat Saber, create custom content, and get involved in the community! hero: - text: BSMG Wiki - tagline: Welcome to the Beat Saber Modding Group Wiki! Learn how to mod Beat Saber, create custom content, and get involved in the community! - + text: | + Welcome to the + Beat Saber Modding Group Wiki! + tagline: Learn how to mod Beat Saber, create custom content, and get involved in the community! actions: - theme: brand text: Beginners Guide