The redirect.js
script redirects web browsers to another location without
any server configuration.
It is not a script for Node.js but for web browsers.
The redirect.js
script is provided under the terms and conditions of the
MIT License.
The following HTML code will make modern web browsers redirected to the
location specified by the canonical
link of the document.
<script src="redirect.min.js" type="module" async>
</script>
Copy redirect.min.js
(and redirect.js
) from the deploy
directory to your
web server.
The project home.