diff --git a/src/config/development/hugo.yaml b/src/config/development/hugo.yaml index ffda0fa..df98109 100644 --- a/src/config/development/hugo.yaml +++ b/src/config/development/hugo.yaml @@ -1,6 +1,6 @@ baseURL: '' languageCode: 'en-us' -title: '/Dev (DEVELOPMENT)' +title: 'Jason Curtis /Dev (DEVELOPMENT)' theme: 'm10c' canonifyURLs: true enableRobotsTXT: false diff --git a/terraform/main.tf b/terraform/main.tf index 22d57ae..655829e 100644 --- a/terraform/main.tf +++ b/terraform/main.tf @@ -63,6 +63,9 @@ resource "aws_route53_record" "dev-dns" { resource "aws_cloudfront_distribution" "slashdev_distribution" { count = var.cloudfront_provision_enabled ? 1 : 0 + + price_class = "PriceClass_100" + origin { connection_attempts = 3 connection_timeout = 10 @@ -121,7 +124,6 @@ resource "aws_cloudfront_distribution" "slashdev_distribution" { compress = true viewer_protocol_policy = "allow-all" } - price_class = "PriceClass_100" restrictions { geo_restriction { restriction_type = "whitelist"