docusaurus/feature-requests.html.html
2024-04-18 17:26:56 +02:00

11 lines
316 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=/feature-requests">
<link rel="canonical" href="/feature-requests" />
</head>
<script>
window.location.href = '/feature-requests' + window.location.search + window.location.hash;
</script>
</html>