From cb425d26107c0d5aff3b0c8d21124ada2ca7a768 Mon Sep 17 00:00:00 2001 From: Sean Grove Date: Sun, 1 Aug 2021 19:54:40 -0700 Subject: [PATCH] Update setup instructions --- index.html | 12 +++++++++--- public/index.html | 1 - 2 files changed, 9 insertions(+), 4 deletions(-) delete mode 100644 public/index.html 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