Update GitLab CI cache paths

- Add `.next/cache/` to cache paths for improved performance.
This commit is contained in:
2025-04-05 22:58:22 +02:00
parent 0835299999
commit 261354e96d

View File

@@ -17,7 +17,7 @@ cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- node_modules/
policy: pull
- .next/cache/
variables:
NEXT_PUBLIC_ENV: "production"