Skip to content

Commit

Permalink
Change to stakedrop-api.junochain.com and minify css
Browse files Browse the repository at this point in the history
  • Loading branch information
the-frey committed Jun 3, 2021
1 parent f2a41d5 commit f7c017e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="shortcut icon" type="image/png" href="logo192.png"/>
<title>Juno Stakedrop</title>
<link rel="stylesheet" href="juno.css">
<link rel="stylesheet" href="juno.min.css">
</head>
<body>
<noscript>
Expand Down
1 change: 1 addition & 0 deletions resources/public/juno.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/cljs/juno/events.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
;; switch to this and run lein prod to build the prod app
;; env vars can be defined in the closures for the compiler
;; will switch to that at some point
(def prod-host "https://stakedrop.junochain.com")
(def prod-host "https://stakedrop-api.junochain.com")

(defn check-and-throw
"Throws an exception if `db` doesn't match the Spec `a-spec`."
Expand Down

0 comments on commit f7c017e

Please sign in to comment.