Import AstroSeoProps

This commit is contained in:
prototypa
2023-08-25 13:03:19 -04:00
parent f593fae64e
commit e3e8845721

View File

@ -2,7 +2,7 @@
import merge from 'lodash.merge';
import { AstroSeo } from '@astrolib/seo';
import type { AstroSeoProps } from '@astrolib/seo';
import type { Props as AstroSeoProps } from '@astrolib/seo';
import { SITE, METADATA, I18N } from '~/utils/config';
import type { MetaData } from '~/types';