mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 10:20:09 +02:00
11 lines
No EOL
340 B
HTML
11 lines
No EOL
340 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="refresh" content="0; url=/docs/docs-multi-instance">
|
|
<link rel="canonical" href="/docs/docs-multi-instance" />
|
|
</head>
|
|
<script>
|
|
window.location.href = '/docs/docs-multi-instance' + window.location.search + window.location.hash;
|
|
</script>
|
|
</html> |