diff --git a/app.vue b/app.vue
index d7ea4c4..3a1c491 100644
--- a/app.vue
+++ b/app.vue
@@ -1,7 +1,7 @@
-
+
diff --git a/layouts/client.vue b/layouts/client.vue
index 626783d..6c2fb5a 100644
--- a/layouts/client.vue
+++ b/layouts/client.vue
@@ -57,6 +57,10 @@ import Button from '~/components/UserInterface/Button.vue';
import VerticalSpacer from '~/components/UserInterface/VerticalSpacer.vue';
import type { GuildResponse } from '~/types/interfaces';
+definePageMeta({
+ keepalive: true
+});
+
const loading = useState("loading", () => false);
const createButtonContainer = ref();