diff --git a/config.json b/config.json index 40b526ce6ab..4bd1b1d367d 100644 --- a/config.json +++ b/config.json @@ -127,6 +127,10 @@ "profile": { "no_cache": true, "template": "app/website/templates/pages/profile" + }, + "cart": { + "no_cache": true, + "template": "app/website/templates/pages/cart.html" } }, "generators": {