mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 00:27:11 +01:00
add cloud_mode
This commit is contained in:
parent
9147415761
commit
db1ae3f2c7
13 changed files with 103 additions and 25 deletions
|
|
@ -1,3 +1,11 @@
|
|||
import Index from './index';
|
||||
|
||||
export default Index;
|
||||
|
||||
export async function getServerSideProps() {
|
||||
return {
|
||||
props: {
|
||||
settingsDisabled: !!process.env.CLOUD_MODE,
|
||||
},
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue