diff --git a/gulpfile.js/staticify.js b/gulpfile.js/staticify.js index 53c0338a80a..1a9c660a88c 100644 --- a/gulpfile.js/staticify.js +++ b/gulpfile.js/staticify.js @@ -108,6 +108,7 @@ async function staticify(done) { through.obj(async (file, enc, callback) => { const configObj = { requestPath: `${file.path.replace(requestPathRegex, '')}/`, + level: 'beginner', // Some filters require any level to be set, so we set a default here. format, requestedFormat: format, };