diff --git a/src/utils/permalinks.js b/src/utils/permalinks.js index 97aaaae..a2fa936 100644 --- a/src/utils/permalinks.js +++ b/src/utils/permalinks.js @@ -55,7 +55,7 @@ export const getHomePermalink = () => { }; /** */ -export const getRelativelink = (link = "") => { +export const getRelativeLink = (link = "") => { return createPath(basePathname, trimSlash(link)); }