diff --git a/.gitignore b/.gitignore index 45e31c9..d5f97c8 100644 --- a/.gitignore +++ b/.gitignore @@ -5,5 +5,4 @@ /public/ /resources/ /.env* -/.torchlight-cache diff --git a/torchlight.config.js b/torchlight.config.js index 3f1b8e8..abdbd00 100644 --- a/torchlight.config.js +++ b/torchlight.config.js @@ -7,7 +7,7 @@ module.exports = { // want to add this directory to your .gitignore. Set to // `false` to use an in-memory cache. You may also // provide a full cache implementation. - cache: '.torchlight-cache', + cache: false, // Which theme you want to use. You can find all of the themes at // https://torchlight.dev/docs/themes.