summaryrefslogtreecommitdiff
path: root/site/index.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-04-16 18:59:15 -0400
committerJules Laplace <jules@okfoc.us>2015-04-16 18:59:15 -0400
commit51d8c665d0c09f1c6222369eb674a1d83f6b2522 (patch)
treebc5e4a12b0f3e6085e5583c81ab7b6f145d7611f /site/index.js
parente8d11fe1b27e867c5deb365b66fc8f84d9644a4c (diff)
add dirname to the uploaded images
Diffstat (limited to 'site/index.js')
-rw-r--r--site/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/site/index.js b/site/index.js
index 30e4a76..6d34b89 100644
--- a/site/index.js
+++ b/site/index.js
@@ -53,6 +53,7 @@ var app = okcms.createApp({
key: process.env.S3_KEY,
secret: process.env.S3_SECRET,
bucket: process.env.S3_BUCKET,
+ dirname: "twohustlers",
}
},