mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-31 06:32:45 +00:00
11 lines
292 B
HTML
11 lines
292 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="refresh" content="0; url=/docs/seo">
|
|
<link rel="canonical" href="/docs/seo" />
|
|
</head>
|
|
<script>
|
|
window.location.href = '/docs/seo' + window.location.search + window.location.hash;
|
|
</script>
|
|
</html> |