@farming-labs/astro-theme 0.1.84 → 0.1.85

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@farming-labs/astro-theme",
3
- "version": "0.1.84",
3
+ "version": "0.1.85",
4
4
  "description": "Astro UI components for @farming-labs/docs — layout, sidebar, TOC, search, and theme toggle",
5
5
  "keywords": [
6
6
  "astro",
@@ -119,8 +119,8 @@
119
119
  },
120
120
  "dependencies": {
121
121
  "sugar-high": "^0.9.5",
122
- "@farming-labs/docs": "0.1.84",
123
- "@farming-labs/astro": "0.1.84"
122
+ "@farming-labs/docs": "0.1.85",
123
+ "@farming-labs/astro": "0.1.85"
124
124
  },
125
125
  "peerDependencies": {
126
126
  "astro": ">=4.0.0"
@@ -147,6 +147,7 @@ const htmlWithoutFirstH1 = (data.html || "").replace(/<h1[^>]*>[\s\S]*?<\/h1>\s*
147
147
  <title>{data.title}{titleSuffix}</title>
148
148
  {data.description && <meta name="description" content={data.description} />}
149
149
  {markdownAlternateHref && <link rel="alternate" type="text/markdown" href={markdownAlternateHref} />}
150
+ {data.structuredData && <script type="application/ld+json" set:html={data.structuredData} />}
150
151
  </head>
151
152
 
152
153
  <DocsPage