Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Oct 22, 2024
1 parent bdaa15d commit ad5db58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docusaurus/src/client/serverEntry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {
} from './BrokenLinksContext';
import type {PageCollectedData, AppRenderer} from '../common';

const render: AppRenderer = async ({pathname}) => {
const render: AppRenderer['render'] = async ({pathname}) => {
await preload(pathname);

const modules = new Set<string>();
Expand Down

0 comments on commit ad5db58

Please sign in to comment.