This commit is contained in:
Viet An
2026-06-08 23:13:00 +07:00
parent c1fa84083f
commit 853f969921
26 changed files with 131 additions and 1410 deletions

View File

@@ -7,7 +7,12 @@ export default defineNuxtConfig({
},
app: {
head: {
link: [{ rel: "icon", type: "image/x-icon", href: "/favicon.svg" }],
script: [{ src: "/js/html2pdf.bundle.min.js" }, { src: "/js/html2canvas.min.js" }],
htmlAttrs: {
lang: "vi",
class: "theme-light has-background-blue-100 min-h-dvh",
},
},
},
modules: ["@pinia/nuxt", "pinia-plugin-persistedstate/nuxt", "@nuxt/image", "nuxt-qrcode", "@nuxt/icon"],