1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

Remove redundant titleTemplate docusaurus config (#8533)

Removed a redundant docusaurus config value that causes linting issues.
This commit is contained in:
Melinda Fekete 2024-10-24 16:57:13 +02:00 committed by GitHub
parent 56dacb668a
commit 256c75a8a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,7 +56,6 @@ module.exports = {
environment: process.env.NODE_ENV,
},
themeConfig: {
titleTemplate: '%s',
defaultMode: 'light',
disableSwitch: true,
respectPrefersColorScheme: false,