包详细信息

runes-meta-tags

shinokada449MIT0.4.3

Meta tag for Svelte Runes

svelte, sveltekit, meta tag, runes

自述文件

Runes Meta Tags

Runes Meta Tags manages the meta tags for a web page. It allows you to easily configure various meta tags including basic SEO (Search Engine Optimization) information, robots meta tag, and social media specific meta tags for Twitter and Open Graph.

Docs

Installation

pnpm i -D runes-meta-tags

Usage

Please see Docs

更新日志

runes-meta-tags

0.4.3

Patch Changes

  • fix: update types and RunesMetaTags'

0.4.2

Patch Changes

  • fix: deepMerge update

0.4.1

Patch Changes

  • fix: implementation update in +layout

0.4.0

Minor Changes

  • d09faf1: feat: add deepmerge dependencies

0.3.2

Patch Changes

  • 45a7070: fix: add twitter:title

0.3.1

Patch Changes

  • e81fc5c: fix: remove .ts from types.ts and helpers.ts

0.3.0

Minor Changes

  • d3aad42: fix: remove Object.freeze and separate type and functions and import it to index

0.2.5

Patch Changes

  • 6c9b8af: feat: add removeHyphensAndCapitalize and splitAndCapitalize functions

0.2.4

Patch Changes

  • 423d251: docs: update Dropdown in Nav chore: dependencies update

0.2.3

Patch Changes

  • ee59235: fix: add "main": "dist/index.js" to package.json

0.2.2

Patch Changes

  • 5dd8bf2: fix: add optional ? to twitter?.card and og?.url etc.

0.2.1

Patch Changes

  • 3c37609: docs: update README
  • 1d2c1d3: tests: add tests for index and about meta data

0.1.1

Patch Changes

  • f29644d: chore: add changeset chore: update svelte next96 feat: update RunesMetaTags