diff --git a/helpers/incremental/caching.js b/helpers/incremental/caching.js index 1c7ecbc..be73e3e 100644 --- a/helpers/incremental/caching.js +++ b/helpers/incremental/caching.js @@ -14,7 +14,7 @@ import { isNetlify, rootDir } from '../environment.js' // : path.join(rootDir, '.app_build_cache')//path.resolve(__dirname, '.app_build_cache') -export const CACHE_PATH = path.join(rootDir, '_cache') +export const CACHE_PATH = path.join('_cache') export async function getNetlifyConfig () {