mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 15:58:38 +01:00
fix selfhost
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
const app = useRuntimeConfig();
|
||||
|
||||
export function useSelfhosted() {
|
||||
return app.public.SELFHOSTED === 'TRUE' || app.public.SELFHOSTED !== 'true';
|
||||
return app.public.SELFHOSTED === 'TRUE' || app.public.SELFHOSTED === 'true';
|
||||
}
|
||||
Reference in New Issue
Block a user