Skip to content

Commit 78cff33

Browse files
authored
vitepress 1.3 (#2109)
1 parent 7e09c31 commit 78cff33

File tree

3 files changed

+828
-780
lines changed

3 files changed

+828
-780
lines changed

docs/.vitepress/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import plot from "./markdown-it-plot.js";
88
export default defineConfig({
99
title: "Observable Plot",
1010
description: "The JavaScript library for exploratory data visualization",
11+
appearance: "force-auto",
1112
base: "/plot/",
1213
cleanUrls: true,
1314
vite: {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"tsx": "^4.7.0",
7575
"typescript": "^5.0.2",
7676
"vite": "^5.0.10",
77-
"vitepress": "^1.0.0-rc.12"
77+
"vitepress": "^1.3.1"
7878
},
7979
"c8": {
8080
"all": true,

0 commit comments

Comments
 (0)