[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: mark composables as public

+2
+2
app/composables/useJsonLd.ts
··· 90 90 91 91 /** 92 92 * Inject JSON-LD script into head 93 + * @public 93 94 */ 94 95 export function setJsonLd(schema: JsonLdSchema | JsonLdSchema[]) { 95 96 const schemas = Array.isArray(schema) ? schema : [schema] ··· 105 106 106 107 /** 107 108 * Create WebSite schema with search action 109 + * @public 108 110 */ 109 111 export function createWebSiteSchema(options?: { 110 112 name?: string