feat [front]: update nuxt to release

This commit is contained in:
Alice 2022-12-03 23:47:25 +01:00
parent 19311413bb
commit ae160eef93
3 changed files with 1368 additions and 1354 deletions

View file

@ -1,26 +1,26 @@
import { defineNuxtConfig } from "nuxt"
// https://v3.nuxtjs.org/docs/directory-structure/nuxt.config
export default defineNuxtConfig({
// Global page headers: https://go.nuxtjs.dev/config-head
head: {
title: "front",
htmlAttrs: {
lang: "fr",
app: {
head: {
title: "front",
htmlAttrs: {
lang: "fr",
},
meta: [
{ charset: "utf-8" },
{ name: "viewport", content: "width=device-width, initial-scale=1" },
{ hid: "description", name: "description", content: "" },
{ name: "format-detection", content: "telephone=no" },
],
link: [{ rel: "icon", type: "image/x-icon", href: "/favicon.ico" }],
},
meta: [
{ charset: "utf-8" },
{ name: "viewport", content: "width=device-width, initial-scale=1" },
{ hid: "description", name: "description", content: "" },
{ name: "format-detection", content: "telephone=no" },
],
link: [{ rel: "icon", type: "image/x-icon", href: "/favicon.ico" }],
},
css: ["@/css/app.sass"],
build: {
transpile: ["oh-vue-icons"],
},
buildModules: ["@pinia/nuxt"],
modules: ["@pinia/nuxt"],
vite: {
css: {
preprocessorOptions: {

View file

@ -27,7 +27,7 @@
"eslint-plugin-nuxt": "^3.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.5.0",
"nuxt": "^3.0.0-rc.5",
"nuxt": "^3.0.0",
"pinia": "^2.0.16",
"sass": "^1.49.9",
"sass-loader": "10"

File diff suppressed because it is too large Load diff