@monkeyplus/flow 6.0.32 → 6.0.33

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": "@monkeyplus/flow",
3
- "version": "6.0.32",
3
+ "version": "6.0.33",
4
4
  "description": "@monkeyplus/flow package-first runtime with Vite, Nitro, Vue and a workspace playground.",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -144,6 +144,11 @@ ${cleanTrace}`);
144
144
  app.provide("utils", utils);
145
145
  const head = createHead();
146
146
  head.use(UnheadSchemaOrg());
147
+ head.push({
148
+ htmlAttrs: {
149
+ lang: page.locale.lang
150
+ }
151
+ });
147
152
  head.push(normalizeSeoToHead(page.head, fallbackTitle, fallbackDescription));
148
153
  app.use(head);
149
154
  installFlowVuePlugins(app);