moved type definitions to a separate directory and fixed some documentations under utils/
This commit is contained in:
@@ -23,7 +23,6 @@ import type { UseSeoMetaInput } from "@unhead/schema";
|
||||
* );
|
||||
* @example
|
||||
* useSeoMeta(generateSeoMeta(data.articleName, data.articleDescription, data.articleCoverImage, "article"));
|
||||
* @function
|
||||
*/
|
||||
export function generateSeoMeta(
|
||||
title: string,
|
||||
|
||||
Reference in New Issue
Block a user