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