Skip to content

Commit

Permalink
Update [...slug].astro
Browse files Browse the repository at this point in the history
  • Loading branch information
puf committed Jan 4, 2025
1 parent d2bb365 commit 8c3cfb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/[...slug].astro
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ console.log(`Rendering ${post.file} with pubDate: ${pubDate}, isReadme: ${isRead
<>
<!doctype html>
<title>Redirecting to: ${post.redirectTo}</title>
<meta http-equiv="refresh" content={`2;url=${post.redirectTo}`} />
<meta http-equiv="refresh" content={`0;url=${post.redirectTo}`} />
<meta name="robots" content="noindex">
<link rel="canonical" href={`${post.redirectTo}`}>
<body>
Expand Down

0 comments on commit 8c3cfb6

Please sign in to comment.