diff --git a/.changeset/honest-wolves-listen.md b/.changeset/honest-wolves-listen.md new file mode 100644 index 0000000..599d1b0 --- /dev/null +++ b/.changeset/honest-wolves-listen.md @@ -0,0 +1,5 @@ +--- +"astro-og-canvas": patch +--- + +Adds missing comma in README diff --git a/packages/astro-og-canvas/README.md b/packages/astro-og-canvas/README.md index f2073d8..25ff868 100644 --- a/packages/astro-og-canvas/README.md +++ b/packages/astro-og-canvas/README.md @@ -47,7 +47,7 @@ pnpm i canvaskit-wasm title: 'Example Page', description: 'Description of this page shown in smaller text', } - } + }, // For each page, this callback will be used to customize the OpenGraph image. getImageOptions: (path, page) => ({