Skip to content

Commit

Permalink
update cloud redirect function
Browse files Browse the repository at this point in the history
  • Loading branch information
aasmal97 committed Jan 4, 2025
1 parent c429173 commit c34f6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/hosting/clientCloudfrontRedirectBehaviorFunc.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function handler(event: any) {
const updateURL = () => {
function updateURL(){
var request = event.request;
var uri = request.uri;
if (uri.endsWith("/")) {
Expand Down

0 comments on commit c34f6cd

Please sign in to comment.