@@ -1,5 +1,5 @@
-const serverRoot = 'http://127.0.0.1:9050'
+const serverRoot = `${process.env.NODE_ENV === 'production' ? 'http://www.lybenson.com' : 'http://127.0.0.1'}:9050`
export const banner = serverRoot + '/banner'