diff --git a/infrastructure/frontend.yml b/infrastructure/frontend.yml index 44570cef4..670b5c58f 100644 --- a/infrastructure/frontend.yml +++ b/infrastructure/frontend.yml @@ -23,7 +23,7 @@ Conditions: Fn::Equals: - Fn::Sub: ${EnvName} - dev - + Resources: SSRFunction: Type: AWS::Serverless::Function @@ -42,11 +42,11 @@ Resources: Description: Fn::Sub: Canopas Website SSR Frontend Lambda ${EnvName} FunctionUrlConfig: - AuthType: NONE + AuthType: NONE Environment: Fn::If: - IsDev - Variables: NUXT_SITE_ENV: Fn::Sub: ${EnvName} - - Ref: AWS::NoValue \ No newline at end of file + - Ref: AWS::NoValue diff --git a/nuxt-frontend/components/CTA/CTA4.vue b/nuxt-frontend/components/CTA/CTA4.vue index 0b56d2e5d..28c58a93e 100644 --- a/nuxt-frontend/components/CTA/CTA4.vue +++ b/nuxt-frontend/components/CTA/CTA4.vue @@ -50,13 +50,13 @@