We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64c6ee2 commit d1254c7Copy full SHA for d1254c7
1 file changed
src/pages/docs.astro public/docs.htmlsrc/pages/docs.astro renamed to public/docs.html
@@ -1,9 +1,6 @@
1
----
2
-// We do this manually so that we can preserve: docs.html?isNew
3
-// Not a real redirect, but it doesn't really matter
4
5
-
6
<script>
+ // We do this manually so that we can preserve: docs.html?isNew
+ // Not a real redirect, but it doesn't really matter
7
const url = new URL('syntaxes', window.location.origin);
8
url.search = window.location.search;
9
window.location.replace(url.toString());
0 commit comments