update build f13265f4
Steve · 2024-08-19 09:50 1 file(s) · +1 −0
astro.config.ts +1 −0
11 11
// https://astro.build/config
12 12
export default defineConfig({
13 13
	site: "https://stevedylan.dev",
14 +
  outDir: './dist',
14 15
	markdown: {
15 16
		shikiConfig: {
16 17
			theme: "vitesse-dark",