Work on expanding the routes
This commit is contained in:
@@ -37,9 +37,10 @@ export type key_val = {
|
||||
// *** BEGIN *** Longer-term app data. This should be stored to local storage.
|
||||
export let ae_app_local_data_struct: key_val = {
|
||||
'ver': '2024-03-04_10',
|
||||
'name': 'Aether App Template',
|
||||
'name': 'Aether App SvelteKit Template',
|
||||
'theme': 'light',
|
||||
'iframe': false,
|
||||
'title': `OSIT's Æ - Dev SvelteKit`, // Æ
|
||||
|
||||
'account_id': ae_account_id, // OSIT Demo _XY7DXtc9MY
|
||||
'site_domain': null, // https://example.com, https://dev.example.com, etc.
|
||||
|
||||
Reference in New Issue
Block a user