Rebrand project from web4beginners to ikfreunde

This commit is contained in:
2026-03-06 14:05:59 +01:00
parent fd9ea482bf
commit a2bddefb47
65 changed files with 698 additions and 696 deletions

View File

@@ -2,7 +2,7 @@
declare(strict_types=1);
const PROJECT_ROOT = __DIR__ . '/..';
const HTML_PATH = PROJECT_ROOT . '/web4beginners.com.html';
const HTML_PATH = PROJECT_ROOT . '/ikfreunde.com.html';
const JSON_PATH = PROJECT_ROOT . '/content/site-content.de.json';
const CREDENTIALS_PATH = PROJECT_ROOT . '/content/.editor-credentials.json';
const RESET_PATH = PROJECT_ROOT . '/content/.editor-reset.json';