Skip to content

Commit

Permalink
fix!: upgrade to nuxt-site-config v3
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Nov 24, 2024
1 parent 87a52fc commit 4c3962e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 27 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@
"@nuxt/kit": "^3.14.159",
"consola": "^3.2.3",
"defu": "^6.1.4",
"nuxt-site-config": "^2.2.21",
"nuxt-site-config-kit": "^2.2.21",
"nuxt-site-config": "^3.0.2",
"pathe": "^1.1.2",
"pkg-types": "^1.2.1",
"sirv": "^3.0.0",
Expand Down
45 changes: 21 additions & 24 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
hasNuxtModuleCompatibility,
} from '@nuxt/kit'
import { defu } from 'defu'
import { installNuxtSiteConfig, updateSiteConfig } from 'nuxt-site-config-kit'
import { installNuxtSiteConfig, updateSiteConfig } from 'nuxt-site-config/kit'
import { relative } from 'pathe'
import { readPackageJSON } from 'pkg-types'
import { NonHelpfulBots } from './const'
Expand Down

0 comments on commit 4c3962e

Please sign in to comment.