fix: 🐛 Move NotificationsRenderer to client-only

This commit is contained in:
Jesse Wierzbinski 2024-08-19 21:59:24 +02:00
parent 384a91f5c7
commit 4c0d36f14b
No known key found for this signature in database
3 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1 - uses: oven-sh/setup-bun@v2
- name: Install dependencies - name: Install dependencies
run: bun install run: bun install

View file

@ -9,8 +9,8 @@
<NuxtLayout> <NuxtLayout>
<NuxtPage /> <NuxtPage />
</NuxtLayout> </NuxtLayout>
</ClientOnly>
<NotificationsRenderer /> <NotificationsRenderer />
</ClientOnly>
</template> </template>
<script setup lang="ts"> <script setup lang="ts">

BIN
bun.lockb

Binary file not shown.