summaryrefslogtreecommitdiff
path: root/Hero/Pack.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Hero/Pack.hs')
-rw-r--r--Hero/Pack.hs16
1 files changed, 0 insertions, 16 deletions
diff --git a/Hero/Pack.hs b/Hero/Pack.hs
deleted file mode 100644
index d5c3a35..0000000
--- a/Hero/Pack.hs
+++ /dev/null
@@ -1,16 +0,0 @@
-{-# 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/"