Add option to disable caching for HTML content (#366)

* feat: Global performance improve add no-cache for html

* feat: Disable HTML caching

* fix: eslint check

* Clean up
This commit is contained in:
ChenYuhao
2022-06-15 06:05:09 +08:00
committed by GitHub
parent 2b638c24c5
commit 479162576d
12 changed files with 63 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
/*
Copyright 2020 DigitalOcean
Copyright 2022 DigitalOcean
This code is licensed under the MIT License.
You may obtain a copy of the License at
@@ -37,4 +37,5 @@ export const extensions = {
'docx?|dotx?|docm|dotm|' +
'xlsx?|xltx?|xlsm|xltm|' +
'pptx?|potx?|pptm|potm|ppsx?',
html: 'html?',
};