Skip to content

Commit

Permalink
fix: 🐛 Move NotificationsRenderer to client-only
Browse files Browse the repository at this point in the history
  • Loading branch information
CPlusPatch committed Aug 19, 2024
1 parent 384a91f commit 4c0d36f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: oven-sh/setup-bun@v1
- uses: oven-sh/setup-bun@v2

- name: Install dependencies
run: bun install
Expand Down
2 changes: 1 addition & 1 deletion app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<NuxtLayout>
<NuxtPage />
</NuxtLayout>
<NotificationsRenderer />
</ClientOnly>
<NotificationsRenderer />
</template>

<script setup lang="ts">
Expand Down
Binary file modified bun.lockb
Binary file not shown.

0 comments on commit 4c0d36f

Please sign in to comment.