Switch to content collections

This commit is contained in:
Henry Hiles 2023-06-16 19:57:46 -04:00
parent 52eadce2d3
commit 42baeaa052
19 changed files with 913 additions and 668 deletions

View file

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