Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fixes ssg cache files not being used by open-next cache handler (#…
…150) * fix: fixes ssg cache files not being used by open-next cache handler Closes #149 This will align the cache files generated at deploy time and the open-next cache handler so SSG files are actually looked at. * use _cache instead of cache This probably makes sense, using the generally familiar `_` prefix to indicate internal use. * keep nextjs cache dir config * third time is the charm - making sure the path for the nextjs cache is correct. --------- Co-authored-by: Kevin Mitchell <>
- Loading branch information