diff options
author | tdro <tdro@noreply.example.com> | 2022-05-24 19:31:26 -0400 |
---|---|---|
committer | tdro <tdro@noreply.example.com> | 2022-05-24 19:31:26 -0400 |
commit | fbf386ebd6a8a279a0dc0de3e19eb0c29cc41e71 (patch) | |
tree | 14d8dd852d7782f4f2e73b19b881be249972f79b /config.json | |
parent | aabe5dadf735d64e7a45cf5a618b5c6f7aa8f547 (diff) | |
download | canory-fbf386ebd6a8a279a0dc0de3e19eb0c29cc41e71.tar.gz canory-fbf386ebd6a8a279a0dc0de3e19eb0c29cc41e71.tar.bz2 canory-fbf386ebd6a8a279a0dc0de3e19eb0c29cc41e71.zip |
config: Keep files under sources
Remove extra source folder in public path.
Diffstat (limited to 'config.json')
-rw-r--r-- | config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.json b/config.json index 5f87944..f5b51c2 100644 --- a/config.json +++ b/config.json @@ -281,7 +281,7 @@ }, { "source": "themes/default/layouts", - "target": "static/source/files" + "target": "static/sources/files" }, { "source": "data", |