diff --git a/index.html b/index.html index 63c4a9e..ad1b125 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,14 @@

Setup:

Authlify for localhost -
  • Trigger a new deploy (with the cache cleared) so the new env var takes effect
  • +
  • + This will trigger a new deploy (you can check here) so the new env var takes effect +
  • Usage

    @@ -50,8 +57,7 @@

    Usage

    hostnameElements[i].innerHTML = getHostname(); } - const deployUrl = `https://app.netlify.com/sites/${getHostname()}/deploys?filter=main` + const deployUrl = `https://app.netlify.com/sites/${getHostname()}/deploys?filter=main`; document.getElementById("deployLink").href = deployUrl; - diff --git a/public/index.html b/public/index.html deleted file mode 100644 index bdccc54..0000000 --- a/public/index.html +++ /dev/null @@ -1 +0,0 @@ -

    Hi there!

    \ No newline at end of file