From bd5f3c74e7a0dcb8bb89886e294968a1c87a9eb5 Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Sun, 31 Oct 2021 00:07:25 +1300 Subject: [PATCH] Add public URL in template.js --- client/template.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/client/template.js b/client/template.js index ee2af39a8..400794c18 100644 --- a/client/template.js +++ b/client/template.js @@ -1,4 +1,5 @@ module.exports = async(name, title = '', props = {})=>{ + const HOMEBREWERY_PUBLIC_URL='https://homebrewery.naturalcrit.com'; return ` @@ -8,8 +9,8 @@ module.exports = async(name, title = '', props = {})=>{ - - + +