{-# 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/"