update frontend lib : jsdom + unhead - #1815

This commit is contained in:
Laurent GAY
2025-10-24 15:43:29 +02:00
committed by setop
parent d971fd77af
commit b5852a95eb
4 changed files with 357 additions and 445 deletions

View File

@@ -22,7 +22,7 @@ import "@oruga-ui/theme-oruga/dist/oruga.css";
import "./assets/oruga-tailwindcss.css";
import { orugaConfig } from "./oruga-config";
import MaterialIcon from "./components/core/MaterialIcon.vue";
import { createHead } from "@unhead/vue";
import { createHead } from "@unhead/vue/client";
import { CONFIG } from "./graphql/config";
import { IConfig } from "./types/config.model";