summaryrefslogtreecommitdiff
path: root/Hero/Pack.hs
blob: d5c3a35ace095353230d43d663dedfa463671e1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE NoImplicitPrelude #-}

-- | A module to wrap the CDN and provide convient helper functions to assets.
module Hero.Pack where

import Protolude

cdnEdge :: Text
cdnEdge = "https://heroverse.sfo2.cdn.digitaloceanspaces.com"

demo :: Text
demo = cdnEdge <> "/old-assets/demo/"

icon :: Text
icon = cdnEdge <> "/icons/"