Skip to content

Commit 4c0d36f

Browse files
committed
fix: 🐛 Move NotificationsRenderer to client-only
1 parent 384a91f commit 4c0d36f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212

13-
- uses: oven-sh/setup-bun@v1
13+
- uses: oven-sh/setup-bun@v2
1414

1515
- name: Install dependencies
1616
run: bun install

app.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<NuxtLayout>
1010
<NuxtPage />
1111
</NuxtLayout>
12+
<NotificationsRenderer />
1213
</ClientOnly>
13-
<NotificationsRenderer />
1414
</template>
1515

1616
<script setup lang="ts">

bun.lockb

-19.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)