We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e09c31 commit 78cff33Copy full SHA for 78cff33
docs/.vitepress/config.ts
@@ -8,6 +8,7 @@ import plot from "./markdown-it-plot.js";
8
export default defineConfig({
9
title: "Observable Plot",
10
description: "The JavaScript library for exploratory data visualization",
11
+ appearance: "force-auto",
12
base: "/plot/",
13
cleanUrls: true,
14
vite: {
package.json
@@ -74,7 +74,7 @@
74
"tsx": "^4.7.0",
75
"typescript": "^5.0.2",
76
"vite": "^5.0.10",
77
- "vitepress": "^1.0.0-rc.12"
+ "vitepress": "^1.3.1"
78
},
79
"c8": {
80
"all": true,
0 commit comments