Skip to content

Commit b03bff1

Browse files
committed
doc: use nuxt nightly
1 parent ed69aea commit b03bff1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/nuxt.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ export default defineNuxtConfig({
1212
'@nuxtjs/seo',
1313
'@nuxt/image',
1414
],
15+
future: {
16+
compatibilityVersion: 4,
17+
},
1518
hooks: {
1619
// Define `@nuxt/ui` components as global to use them in `.md` (feel free to add those you need)
1720
'components:extend': (components) => {

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"@nuxt/image": "^1.7.0",
1818
"@nuxt/scripts": "workspace:*",
1919
"@nuxt/ui-pro": "^1.2.0",
20-
"@nuxthq/studio": "^1.0.15",
20+
"@nuxthq/studio": "^1.1.0",
2121
"@nuxtjs/seo": "^2.0.0-rc.10",
2222
"@vueuse/core": "^10.9.0",
2323
"@vueuse/nuxt": "^10.9.0",
24-
"nuxt": "^3.11.2",
24+
"nuxt": "npm:nuxt-nightly@latest",
2525
"nuxt-scripts-devtools": "workspace:*",
2626
"vue": "^3.4.27",
2727
"vue-router": "^4.3.2"

0 commit comments

Comments
 (0)