Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
elringus committed Feb 7, 2024
1 parent d7f8098 commit bd6f70f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import youtube from "imgit/youtube";
export default defineConfig({
title: "imgit",
titleTemplate: ":title • imgit",
description: "JavaScript utility to optimize web media content.",
appearance: "dark",
cleanUrls: true,
lastUpdated: true,
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
},
"devDependencies": {
"typescript": "^5.3.3",
"vitepress": "^1.0.0-rc.36",
"typedoc-vitepress-theme": "^1.0.0-next.6",
"vitepress": "^1.0.0-rc.42",
"typedoc-vitepress-theme": "^1.0.0-next.9",
"imgit": "^0.1.3"
}
}

0 comments on commit bd6f70f

Please sign in to comment.