Skip to content

Commit

Permalink
Merge pull request #23 from azachwill/devcommit26
Browse files Browse the repository at this point in the history
devcommit26
  • Loading branch information
awilliams1275 authored Aug 19, 2024
2 parents 36251f9 + 642f29e commit a5bcbbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify/edge-functions/hello.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default async (request, context) => {
newUrl = `${url.origin}${newPathname}`;
break;
default:
newUrl = url ;
break;
}
{
// Perform a 301 redirect
Expand Down

0 comments on commit a5bcbbc

Please sign in to comment.