@kazssym/redirect
v1.0.0-beta.4
Published
Module script to redirect web browsers to another location without any server configuration.
Readme
This file documents the redirect.js script.
Description
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.
Basic usage
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>Deployment
Copy redirect.min.js (and redirect.js) from the dist directory to a web
server.
See also
The project home.
