Skip to content

Commit

Permalink
refactor: remove addPageExtensions from types
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re committed Jun 29, 2022
1 parent 4a77e37 commit 489d1b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/astro/src/@types/astro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,6 @@ export interface AstroIntegration {
command: 'dev' | 'build';
updateConfig: (newConfig: Record<string, any>) => void;
addRenderer: (renderer: AstroRenderer) => void;
addPageExtensions: (extensions: string|string[]) => void;
injectScript: (stage: InjectedScriptStage, content: string) => void;
injectRoute: (injectRoute: InjectedRoute) => void;
// TODO: Add support for `injectElement()` for full HTML element injection, not just scripts.
Expand Down

0 comments on commit 489d1b2

Please sign in to comment.