mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
[CLOUDFLARE PAGES] Remove / on public for inskip
This commit is contained in:
parent
7cd1c47727
commit
7728a60130
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ resource "cloudflare_pages_project" "inskip_root" {
|
|||
}
|
||||
build_config {
|
||||
build_command = "hugo"
|
||||
destination_dir = "/public"
|
||||
destination_dir = "public"
|
||||
root_dir = "/"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue