New identity
All checks were successful
Deploy Spot / deploy (push) Successful in 38s

This commit is contained in:
2026-05-25 22:01:40 +02:00
parent fe8a8034ca
commit 7cad5fbdf9
33 changed files with 96 additions and 131 deletions

View File

@@ -41,6 +41,7 @@ class Spot extends Main
const MAIL_CHUNK_SIZE = 5;
const DEFAULT_LANG = 'en';
const PROJECT_NAME = 'LiveTrail';
const MAIN_PAGE = 'index';
@@ -184,14 +185,15 @@ class Spot extends Main
'default_maps' => $this->oMap->getProjectMaps(-1),
'chunk_size' => self::FEED_CHUNK_SIZE,
'hash_sep' => '-',
'title' => 'Spotty',
'title' => self::PROJECT_NAME,
'default_page' => 'project'
)
),
self::MAIN_PAGE,
array(
'tags' => [
'language' => $this->oLang->getLanguage()
'language' => $this->oLang->getLanguage(),
'title' => self::PROJECT_NAME,
],
'instances' => [
'entrypoint' => $this->getAppEntryPoints()