Update docusaurus config
This commit is contained in:
parent
4a57edff95
commit
dd0274ef0b
1 changed files with 2 additions and 2 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue