Update to @astrolib/seo@1.0.0-beta.4
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { getImage } from 'astro:assets';
|
||||
import type { ImageMetadata } from 'astro';
|
||||
import type { OpenGraph } from '@astrolib/seo/src/types';
|
||||
import type { OpenGraph } from '@astrolib/seo';
|
||||
|
||||
const load = async function () {
|
||||
let images: Record<string, () => Promise<unknown>> | undefined = undefined;
|
||||
|
Reference in New Issue
Block a user