diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-05-21 08:01:14 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-05-21 08:01:41 -0300 |
commit | dc318c6db0b92510e8297739f4f6999f24859215 (patch) | |
tree | 4982ed4db6512872ac4b59365f1f52301b742f09 /test/lib/content-function.js | |
parent | 5c973b488c58a836082d8ae5e48ff42e830d7661 (diff) |
content, url-spec: use static rather than shared, drop cachebust
Diffstat (limited to 'test/lib/content-function.js')
-rw-r--r-- | test/lib/content-function.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lib/content-function.js b/test/lib/content-function.js index 7bc62139..be76c31d 100644 --- a/test/lib/content-function.js +++ b/test/lib/content-function.js @@ -52,7 +52,6 @@ export function testContentFunctions(t, message, fn) { to, urls, - cachebust: 413, pagePath: ['home'], appendIndexHTML: false, getColors: c => getColors(c, {chroma}), |