Skip to content

Commit 9179a80

Browse files
committed
chore: mark composables as public
1 parent 527eedb commit 9179a80

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/composables/useJsonLd.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ type JsonLdSchema =
9090

9191
/**
9292
* Inject JSON-LD script into head
93+
* @public
9394
*/
9495
export function setJsonLd(schema: JsonLdSchema | JsonLdSchema[]) {
9596
const schemas = Array.isArray(schema) ? schema : [schema]
@@ -105,6 +106,7 @@ export function setJsonLd(schema: JsonLdSchema | JsonLdSchema[]) {
105106

106107
/**
107108
* Create WebSite schema with search action
109+
* @public
108110
*/
109111
export function createWebSiteSchema(options?: {
110112
name?: string

0 commit comments

Comments
 (0)