diff --git a/package.json b/package.json index 5dcc786..cf0743c 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@astrojs/sitemap": "^3.0.0-rc.1", "@astrojs/tailwind": "^5.0.0-rc.1", "@astrolib/analytics": "^0.4.2", - "@astrolib/seo": "^0.6.0", + "@astrolib/seo": "^1.0.0-beta.4", "@fontsource-variable/inter": "^5.0.8", "@iconify-json/flat-color-icons": "^1.1.7", "@iconify-json/tabler": "^1.1.89", diff --git a/src/components/common/Metadata.astro b/src/components/common/Metadata.astro index 6fbde6c..f8d85f7 100644 --- a/src/components/common/Metadata.astro +++ b/src/components/common/Metadata.astro @@ -2,7 +2,7 @@ import merge from 'lodash.merge'; import { AstroSeo } from '@astrolib/seo'; -import type { AstroSeoProps } from '@astrolib/seo/src/types'; +import type { AstroSeoProps } from '@astrolib/seo'; import { SITE, METADATA, I18N } from '~/utils/config'; import type { MetaData } from '~/types'; diff --git a/src/utils/images.ts b/src/utils/images.ts index 8976137..b409ff3 100644 --- a/src/utils/images.ts +++ b/src/utils/images.ts @@ -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 Promise> | undefined = undefined;