Skip to content

Commit

Permalink
remove extra redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
randomairborne committed Mar 25, 2024
1 parent 6d5a6fa commit ed3797b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions templates/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@
<meta property="og:url" content="{{ scheme }}://{{ root_dns_name }}/" />
<meta property="og:description" content="{{ description }}" />
<link rel="canonical" href="{{ scheme }}://{{ root_dns_name }}/" />
<noscript>
<meta
http-equiv="refresh"
content="0; url='{{ scheme }}://{{ root_dns_name }}/raw'"
/>
</noscript>
{% match ip %}
{% when IpAddr::V4 with (ipv4) %}
<title id="title">Your public IP is {{ ipv4 }}</title>
Expand Down

0 comments on commit ed3797b

Please sign in to comment.