Skip to content

Commit

Permalink
docs: fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Baroshem committed Dec 24, 2023
1 parent 7726993 commit 0d71b25
Show file tree
Hide file tree
Showing 3 changed files with 376 additions and 1,075 deletions.
2 changes: 1 addition & 1 deletion docs/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default defineNuxtConfig({
extends: '@nuxt-themes/docus',
modules: ['@nuxtjs/plausible', '@nuxtjs/cloudinary'],
modules: ['@nuxtjs/cloudinary'],
cloudinary: {
cloudName: 'nuxt-cloudinary'
},
Expand Down
6 changes: 2 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@
"license": "MIT",
"homepage": "https://cloudinary.nuxtjs.org",
"devDependencies": {
"@nuxt-themes/docus": "^1.12.3",
"@nuxthq/studio": "^0.13.2",
"@nuxtjs/plausible": "^0.2.1",
"nuxt": "3.5.3"
"@nuxt-themes/docus": "^1.15.0",
"nuxt": "3.8.2"
},
"dependencies": {
"@nuxtjs/cloudinary": "^2.5.1"
Expand Down
Loading

0 comments on commit 0d71b25

Please sign in to comment.