website/docs: Remove comment.

This commit is contained in:
Teffen Ellis
2025-05-03 04:06:45 +02:00
parent 550775dc69
commit 2990913f9d

View File

@ -137,7 +137,6 @@ const createConfig = (): Config => {
],
},
theme: {
// TODO: Use the package once it is published.
customCss: require.resolve("@goauthentik/docusaurus-config/css/index.css"),
},
} satisfies Preset.Options,