diff --git a/app.vue b/app.vue
index 3a1c491..d7ea4c4 100644
--- a/app.vue
+++ b/app.vue
@@ -1,7 +1,7 @@
-
+
diff --git a/layouts/client.vue b/layouts/client.vue
index 6c2fb5a..626783d 100644
--- a/layouts/client.vue
+++ b/layouts/client.vue
@@ -57,10 +57,6 @@ 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();