Initial commit - realms platform
This commit is contained in:
parent
c590ab6d18
commit
c717c3751c
234 changed files with 74103 additions and 15231 deletions
7
frontend/src/lib/stores/siteSettings.js
Normal file
7
frontend/src/lib/stores/siteSettings.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import { writable } from 'svelte/store';
|
||||
|
||||
export const siteSettings = writable({
|
||||
site_title: 'Stream',
|
||||
logo_path: '',
|
||||
logo_display_mode: 'text'
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue