Update nuxt to version 4 (#92)

* Nuxt 3.17.4 and other dependencies updated

* Temporary fix (maybe) of the Inline Code

* Update nuxt to version 4
This commit is contained in:
Nicolhetti
2025-09-22 09:53:50 -03:00
committed by GitHub
parent 6a2ed6dee5
commit 5163e756f0
53 changed files with 4278 additions and 4597 deletions

View File

@@ -1,11 +1,11 @@
import { seoData } from './data'
import { seoData } from './app/data'
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
compatibilityDate: '2024-09-30',
modules: [
'nuxt-icon',
'@nuxt/icon',
'@nuxt/image',
'@nuxt/fonts',
'@nuxt/eslint',