Skip to content

Commit

Permalink
fix: Correct plugin return type
Browse files Browse the repository at this point in the history
  • Loading branch information
rschristian committed Jan 5, 2025
1 parent 24e2c43 commit e4077d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ export interface PreviewMiddlewareOptions {

export type Options = PrerenderOptions & PreviewMiddlewareOptions;

export function vitePrerenderPlugin(options?: Options): Plugin;
export function vitePrerenderPlugin(options?: Options): Plugin[];

0 comments on commit e4077d6

Please sign in to comment.