Skip to content

Commit

Permalink
fix mega routes
Browse files Browse the repository at this point in the history
  • Loading branch information
obterr committed Sep 23, 2023
1 parent 2fe47b4 commit 9543780
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions routes/mega/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export default function Mega(props: PageProps<MetaProperties>) {
return (
<div>
<Head>
<meta http-equiv="refresh" content={"0; url=" + props.data.redirect_url}/>
<MetaTags title={props.data.title} description={props.data.description} image={props.data.image} url={props.url.href}/>
</Head>
<h2>This page will redirect you to <a href={props.data.redirect_url} rel="noopener">{props.data.redirect_url}</a></h2>
Expand Down

0 comments on commit 9543780

Please sign in to comment.