Deploy from Lumerel

This commit is contained in:
Lumerel Deploy
2026-02-14 23:00:52 +00:00
commit 5d0874eab1
14 changed files with 443 additions and 0 deletions

5
config/config.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
class SiteConfig {
const SITE_NAME = 'Simple Framework';
const SITE_URL = 'https://simple-framework-klby21.lumerel.app';
}