@levino/shipyard-base 0.7.3 → 0.7.4-rc-20260218113602

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.
@@ -107,6 +107,7 @@ const renderScriptAttributes = (script: Script) => {
107
107
  const attrs = renderScriptAttributes(script)
108
108
  return <script is:inline {...attrs}></script>
109
109
  })}
110
+ <slot name="head" />
110
111
  </head>
111
112
  <body class="flex min-h-screen flex-col">
112
113
  {config.announcementBar && <AnnouncementBar config={config.announcementBar} />}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@levino/shipyard-base",
3
- "version": "0.7.3",
3
+ "version": "0.7.4-rc-20260218113602",
4
4
  "description": "Core layouts, components, and configuration for shipyard - a composable page builder for Astro",
5
5
  "keywords": [
6
6
  "astro",