chore: remove ssr screen size

This commit is contained in:
2025-12-09 23:39:46 +01:00
parent 908a4b6c70
commit 668910b8fa

View File

@@ -1,9 +1,3 @@
<script setup lang="ts">
import { provideSSRWidth } from '@vueuse/core'
provideSSRWidth(500)
</script>
<template>
<NuxtLayout>
<NuxtPage />