@@ -8,15 +8,15 @@ const config = defineUserConfig<DefaultThemeOptions, ViteBundlerOptions>({
8
8
templateDev : path . join ( __dirname , 'templates' , 'index.dev.html' ) ,
9
9
templateSSR : path . join ( __dirname , 'templates' , 'index.ssr.html' ) ,
10
10
lang : 'en-US' ,
11
- title : 'Discord .js Guide' ,
11
+ title : 'discord .js Guide' ,
12
12
description : 'Imagine a guide... that explores the many possibilities for your discord.js bot.' ,
13
13
head : [
14
14
[ 'meta' , { charset : 'utf-8' } ] ,
15
15
[ 'meta' , { name : 'viewport' , content : 'width=device-width, initial-scale=1.0' } ] ,
16
16
[ 'link' , { rel : 'icon' , href : '/favicon.png' } ] ,
17
17
[ 'meta' , { name : 'theme-color' , content : '#3eaf7c' } ] ,
18
18
[ 'meta' , { name : 'twitter:card' , content : 'summary' } ] ,
19
- [ 'meta' , { property : 'og:title' , content : 'Discord .js Guide' } ] ,
19
+ [ 'meta' , { property : 'og:title' , content : 'discord .js Guide' } ] ,
20
20
[ 'meta' , { property : 'og:description' , content : 'Imagine a guide... that explores the many possibilities for your discord.js bot.' } ] ,
21
21
[ 'meta' , { property : 'og:type' , content : 'website' } ] ,
22
22
[ 'meta' , { property : 'og:url' , content : 'https://discordjs.guide/' } ] ,
0 commit comments