diff --git a/src/components/common/ExtraMetaTags.astro b/src/components/common/ExtraMetaTags.astro index 8915004..878ed1f 100644 --- a/src/components/common/ExtraMetaTags.astro +++ b/src/components/common/ExtraMetaTags.astro @@ -1,7 +1,7 @@ --- -import { getRelativeLink } from '~/utils/permalinks'; +import { getPermalink } from '~/utils/permalinks'; --- - - - + + + diff --git a/src/components/common/Pagination.astro b/src/components/common/Pagination.astro index 5e72cac..c63b282 100644 --- a/src/components/common/Pagination.astro +++ b/src/components/common/Pagination.astro @@ -1,6 +1,6 @@ --- import { Icon } from 'astro-icon'; -import { getRelativeLink } from '~/utils/permalinks'; +import { getPermalink } from '~/utils/permalinks'; export interface Props { prevUrl: string; @@ -16,13 +16,13 @@ const { prevUrl, nextUrl, prevText = 'Newer posts', nextText = 'Older posts' } = (prevUrl || nextUrl) && (
{prevText}