Skip to content

Commit

Permalink
Update configValidation.ts
Browse files Browse the repository at this point in the history
Proposed fix for #7359
  • Loading branch information
mhughes2k authored May 6, 2022
1 parent e32ff04 commit 3fb62ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/docusaurus/src/server/configValidation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ export const ConfigSchema = Joi.object({
deploymentBranch: Joi.string().optional(),
customFields: Joi.object().unknown().default(DEFAULT_CONFIG.customFields),
githubHost: Joi.string(),
githubPort: Joi.string(),
plugins: Joi.array().items(PluginSchema).default(DEFAULT_CONFIG.plugins),
themes: Joi.array().items(ThemeSchema).default(DEFAULT_CONFIG.themes),
presets: Joi.array().items(PresetSchema).default(DEFAULT_CONFIG.presets),
Expand Down

0 comments on commit 3fb62ee

Please sign in to comment.