Update config

This commit is contained in:
Henry Hiles 2023-05-18 14:23:28 -04:00
parent a94d01ed75
commit 753ab0c313
2 changed files with 2 additions and 3 deletions

View file

@ -2,7 +2,6 @@ import { defineConfig } from "astro/config"
// https://astro.build/config
export default defineConfig({
site: "https://astro.henryhiles.com",
build: {
format: "file"
}