Update docusaurus config

This commit is contained in:
JeremyStar™ 2024-05-04 12:39:09 +02:00
parent 4a57edff95
commit dd0274ef0b
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -11,7 +11,7 @@ const config: Config = {
trailingSlash: true,
i18n: {
defaultLocale: "en",
locales: ["en"],
locales: [ "en" ],
},
noIndex: false,
onBrokenLinks: "throw",
@ -24,7 +24,7 @@ const config: Config = {
onBrokenMarkdownLinks: "ignore",
onDuplicateRoutes: "ignore",
*/
tagline: "// TODO",
tagline: "Simplifying Godot development since 2023.",
themeConfig: {
docs: {