Skip to content

Commit

Permalink
Update src/plugin.ts
Browse files Browse the repository at this point in the history
Co-authored-by: sinyo-matu <[email protected]>
  • Loading branch information
notangelmario and sinyo-matu authored Aug 11, 2023
1 parent 22b27ba commit 9e4aea1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { SitemapContext } from "./sitemap.ts";
import { Manifest, Plugin } from "./types.ts";

interface PluginOptions {
include: string[];
exclude: string[];
include?: string[];
exclude?: string[];
}

export const freshSEOPlugin = (manifest: Manifest, opts: PluginOptions = {}): Plugin => {
Expand Down

0 comments on commit 9e4aea1

Please sign in to comment.