From 50b53f6371241e2900629684789d32ab8c553250 Mon Sep 17 00:00:00 2001 From: Bangara Raju Kottedi Date: Tue, 7 May 2024 05:04:13 +0530 Subject: [PATCH] caching removed for api calls --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index ded0eb0..871362a 100644 --- a/_config.yml +++ b/_config.yml @@ -125,6 +125,7 @@ pwa: # Usually its value is the `baseurl` of another website that # shares the same domain name as the current website. deny_paths: + "/api" # - "/example" # URLs match `/example/*` will not be cached by the PWA paginate: 10