Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -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',
Expand Down
4,481 changes: 2,872 additions & 1,609 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@nuxt/content": "^3.3.0",
"@nuxt/eslint": "^1.4.1",
"@nuxt/fonts": "^0.11.4",
"@nuxt/icon": "^2.0.0",
"@nuxt/image": "^1.8.0",
"@nuxtjs/color-mode": "^3.3.2",
"@nuxtjs/robots": "^5.2.6",
Expand All @@ -32,8 +33,7 @@
"eslint-config-prettier": "^10.1.5",
"feed": "^4.2.2",
"fuse.js": "^7.0.0",
"nuxt": "^3.17.4",
"nuxt-icon": "^0.6.8",
"nuxt": "^4.0.3",
"nuxt-og-image": "^5.0.2",
"prettier": "^3.5.3",
"typescript": "^5.8.2",
Expand Down
Loading