✨ Add new config format
Should be WAAAAY easier to work with modules now
This commit is contained in:
@@ -20,12 +20,12 @@ export async function getServerSideProps(
|
||||
return {
|
||||
props: {
|
||||
config: {
|
||||
name: '',
|
||||
name: 'Default config',
|
||||
services: [],
|
||||
settings: {
|
||||
enabledModules: [],
|
||||
searchUrl: 'https://www.google.com/search?q=',
|
||||
},
|
||||
modules: {},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user