Skip to content

Commit

Permalink
chore(deps): update dependency nuxt to ^3.11.2 (#2588)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency nuxt to ^3.11.2

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Farnabaz <farnabaz@gmail.com>
  • Loading branch information
renovate[bot] and farnabaz committed Apr 23, 2024
1 parent 3f2e1fa commit a6f0a23
Show file tree
Hide file tree
Showing 5 changed files with 1,112 additions and 1,533 deletions.
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

0 comments on commit a6f0a23

Please sign in to comment.