Skip to content

Commit

Permalink
little TS issue
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Aug 23, 2024
1 parent 7dc4540 commit 9b5af0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docusaurus-types/src/config.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ export type Config = Overwrite<
title: DocusaurusConfig['title'];
url: DocusaurusConfig['url'];
baseUrl: DocusaurusConfig['baseUrl'];
future: Overwrite<
future?: Overwrite<
DeepPartial<FutureConfig>,
{
experimental_faster?: boolean | FasterConfig;
Expand Down

0 comments on commit 9b5af0a

Please sign in to comment.