diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-04-16 18:59:15 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-04-16 18:59:15 -0400 |
| commit | 51d8c665d0c09f1c6222369eb674a1d83f6b2522 (patch) | |
| tree | bc5e4a12b0f3e6085e5583c81ab7b6f145d7611f /site/index.js | |
| parent | e8d11fe1b27e867c5deb365b66fc8f84d9644a4c (diff) | |
add dirname to the uploaded images
Diffstat (limited to 'site/index.js')
| -rw-r--r-- | site/index.js | 1 |
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", } }, |
