Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency nuxt to ^3.11.2 #2588

Merged
merged 9 commits into from Apr 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 0 additions & 9 deletions docs/app.config.ts
Expand Up @@ -11,15 +11,6 @@ export default defineAppConfig({
outline: 'ring-1 ring-inset ring-gray-700 text-white dark:text-white hover:bg-gray-900 disabled:bg-gray-300 dark:hover:bg-gray-900 dark:disabled:bg-gray-300 focus-visible:ring-2 focus-visible:ring-gray-400 dark:focus-visible:ring-gray-400'
}
}
},
content: {
prose: {
code: {
icon: {
// terminal: 'i-ph-terminal'
}
}
}
}
},
elements: {
Expand Down
4 changes: 3 additions & 1 deletion docs/nuxt.config.ts
Expand Up @@ -44,7 +44,9 @@ export default defineNuxtConfig({
'/blog/announcing-v2': { redirect: '/' },
'/v1': { redirect: '/v1/getting-started/introduction' },
// Shortcuts
'/document-driven': { redirect: '/document-driven/introduction' }
'/document-driven': { redirect: '/document-driven/introduction' },
// Prevent prerendering of partials, due to nuxt-og-image issue with prerendering
'/_partials/**': { prerender: false }
},
nitro: {
prerender: {
Expand Down
6 changes: 1 addition & 5 deletions docs/package.json
Expand Up @@ -20,13 +20,9 @@
"@nuxtjs/plausible": "^1.0.0",
"@vueuse/core": "^10.9.0",
"@vueuse/nuxt": "^10.9.0",
"nuxt": "^3.10.3",
"nuxt": "^3.11.2",
"nuxt-og-image": "^2.2.4"
},
"resolutions": {
"h3": "^1.11.1",
"@nuxtjs/mdc": "latest"
},
"devDependencies": {
"@nuxt/devtools": "^1.2.0"
}
Expand Down