fix 489603be
Steve · 2024-08-10 15:49 1 file(s) · +1 −3
astro.config.ts +1 −3
6 6
import prefetch from "@astrojs/prefetch";
7 7
8 8
// https://astro.build/config
9 -
10 -
// https://astro.build/config
11 9
import vercel from "@astrojs/vercel/static";
12 10
13 11
// https://astro.build/config
15 13
	site: "https://stevedylan.dev",
16 14
	markdown: {
17 15
		shikiConfig: {
18 -
			theme: "min-dark",
16 +
			theme: "vitesse-dark",
19 17
			wrap: true,
20 18
		},
21 19
	},