From 59eacdcb39ce121afb259bd4a7fe2cc9e558cb52 Mon Sep 17 00:00:00 2001 From: Sean Grove Date: Fri, 30 Jul 2021 23:45:15 -0700 Subject: [PATCH] Friendlier links --- index.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index ca8b3fb..63c4a9e 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@

Setup:

Authlify for localhost -
  • Trigger a new deploy (with the cache cleared)
  • +
  • Trigger a new deploy (with the cache cleared) so the new env var takes effect
  • Usage

    @@ -49,4 +49,9 @@

    Usage

    for (var i = 0; i < hostnameElements.length; i++) { hostnameElements[i].innerHTML = getHostname(); } + + const deployUrl = `https://app.netlify.com/sites/${getHostname()}/deploys?filter=main` + + document.getElementById("deployLink").href = deployUrl; +