We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents beba95c + b1cd183 commit 014c711Copy full SHA for 014c711
2 files changed
astro.config.mjs
@@ -36,5 +36,8 @@ export default defineConfig({
36
},
37
],
38
}),
39
- ],
+
40
+ d2({
41
+ layout: "elk"
42
+ })],
43
});
package.json
@@ -5,6 +5,7 @@
5
"scripts": {
6
"dev": "astro dev",
7
"start": "astro dev",
8
+ "prebuild": "curl -fsSL https://d2lang.com/install.sh | sh -s --",
9
"build": "astro build",
10
"preview": "astro preview",
11
"astro": "astro"
0 commit comments