aboutsummaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-06-06 01:11:10 -0400
committertdro <tdro@noreply.example.com>2022-06-06 01:11:10 -0400
commit5ee4a25889ec8d5fc1d8e17348decd6ab2538a03 (patch)
tree01e4749b59355d41359e89b5da74ce5ab4654ae3 /config.json
parent3ea52e9b4365b7a49f13ad72b152f227de0f4baf (diff)
downloadcanory-5ee4a25889ec8d5fc1d8e17348decd6ab2538a03.tar.gz
canory-5ee4a25889ec8d5fc1d8e17348decd6ab2538a03.tar.bz2
canory-5ee4a25889ec8d5fc1d8e17348decd6ab2538a03.zip
themes/default/layouts/partials/gallery-walk: Walk outside in public
Look inside public folder for image assets to include and minify. Massive efficiency gains.
Diffstat (limited to 'config.json')
-rw-r--r--config.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.json b/config.json
index ad4a10f..aca94bd 100644
--- a/config.json
+++ b/config.json
@@ -316,6 +316,10 @@
{
"source": "public/data/generates/content",
"target": "content"
+ },
+ {
+ "source": "public",
+ "target": "assets/public"
}
]
}