[CLOUDFLARE PAGES] Remove / on public for inskip

This commit is contained in:
Kat Inskip 2023-04-29 14:24:39 -07:00
parent 7cd1c47727
commit 7728a60130
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -16,7 +16,7 @@ resource "cloudflare_pages_project" "inskip_root" {
}
build_config {
build_command = "hugo"
destination_dir = "/public"
destination_dir = "public"
root_dir = "/"
}
}