Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gidsg committed Feb 3, 2025
1 parent 20e9ba4 commit ce70dcf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Resources:
Properties:
Name: CommunitiesRedirect
AutoPublish: false
FunctionCode: |
FunctionCode: |
function handler(event) {
const host = event.request.headers.host.value;
const uri = event.request.uri;
Expand All @@ -30,7 +30,7 @@ Resources:
},
};
return response;
}
}
FunctionConfig:
Comment: Redirects to the communities.gov.uk domains
Runtime: cloudfront-js-2.0
Expand Down

0 comments on commit ce70dcf

Please sign in to comment.