Refactor player guides: Add new sections for Quick Hacking and Lock Picking; update navigation links and archive rules.
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 5m14s

This commit is contained in:
2025-10-22 16:33:25 +02:00
parent c4575e743c
commit 484bef90b1
6 changed files with 533 additions and 62 deletions

View File

@@ -2,7 +2,7 @@
permalink: /assets/js/service-worker.js
---
const CACHE_NAME = "cyberpunk-cache-v1";
const CACHE_NAME = "cyberpunk-cache-v1-1";
const OFFLINE_URL = "/offline.html"; // Diese Seite wird angezeigt, wenn offline
const BASE_PATH = "{{ "/" | relative_url }}";
const SITEMAP_URL = BASE_PATH + "sitemap.json";