Skip to content

Commit

Permalink
fix: make conent client-only to allow ssr translations
Browse files Browse the repository at this point in the history
  • Loading branch information
AloisSeckar committed Jul 19, 2024
1 parent e013fe1 commit be4b312
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div>
<ClientOnly>
<div id="top" class="flex justify-center">
<div class="mx-2 md:w-4/5">
<LanguageSelector />
Expand All @@ -24,7 +24,7 @@
</div>
</div>
</div>
</div>
</ClientOnly>
</template>

<script setup lang="ts">
Expand Down

0 comments on commit be4b312

Please # to comment.