strapi-hook-vsf-invalidate
v0.0.3
Published
Invalidates tags in Vue Storefront SSR cache created by https://github.com/lightcom-io/vsf-strapi
Downloads
1
Readme
VSF-INVALIDATE
Invalidates tags in Vue Storefront SSR cache created by https://github.com/lightcom-io/vsf-strapi
Installation
yarn add strapi-hook-vsf-invalidate
Configuration
In the config hooks:
{
...
"vsf-invalidate": {
"enabled": true,
"url": "https://my.shop/invalidate",
"key": "asd654as"
}
}