SvelteKit
Get started with integrating Mosaic into your SvelteKit project.

Use svelte:head for meta tags

<svelte:head>
  <title>Your Page Title</title>
  <meta
    property="og:image"
    content="https://mosaicimg.com/use?url=yourwebsite.com/your_slug"
  />
  <meta property="og:type" content="website" />
</svelte:head>

<!-- Your page content -->