Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbuechele committed Sep 14, 2024
1 parent b619d6a commit 9878119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/entry.server.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default async function handleRequest(
const url = new URL(request.url);
if (
url.hostname !== 'localhost' &&
url.hostname !== 'www.kulturspektakel.de
url.hostname !== 'www.kulturspektakel.de'
) {
url.hostname = 'www.kulturspektakel.de';
return new Response('Redirecting...', {
Expand Down

0 comments on commit 9878119

Please sign in to comment.