Skip to content

Commit

Permalink
chore: fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed May 4, 2023
1 parent 2607bdb commit 333fd44
Show file tree
Hide file tree
Showing 3 changed files with 611 additions and 1,026 deletions.
2 changes: 1 addition & 1 deletion docs/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export default defineNuxtConfig({
extends: "@nuxt-themes/docus",
modules: ["@nuxtjs/plausible"],
modules: ["@nuxtjs/plausible"]
});
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "nuxi preview"
},
"devDependencies": {
"@nuxt-themes/docus": "^1.11.0",
"@nuxt-themes/docus": "^1.11.1",
"@nuxtjs/plausible": "^0.2.0",
"nuxt": "^3.4.3"
}
Expand Down
Loading

0 comments on commit 333fd44

Please sign in to comment.