Skip to content

Commit

Permalink
feat: immich data pages project (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasm91 authored Sep 30, 2024
1 parent e3059dd commit ffd544e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/modules/cloudflare/account/pages-project.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ output "immich_app_preview_pages_project_subdomain" {
}

locals {
static_pages = ["my.immich.app", "buy.immich.app"]
static_pages = ["my.immich.app", "buy.immich.app", "data.immich.app"]
}

resource "cloudflare_pages_project" "static_pages" {
Expand Down

0 comments on commit ffd544e

Please sign in to comment.