Fixed multi face content add, skips adding folders

This commit is contained in:
2024-05-26 10:44:12 +02:00
parent b1b03e8d07
commit d2b05f72a6
9 changed files with 191 additions and 149 deletions

View File

@@ -7,3 +7,8 @@ variable "env" {
type = string
default = "dev"
}
variable "redirect_url" {
type = string
default = "https://nfc.standout.it/dev"
}