mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-22 12:03:25 -04:00
æxperiment with disabling no-ssr, see it the server gets a performance hit
This commit is contained in:
parent
242719e446
commit
bd07ed92d4
@ -28,14 +28,14 @@
|
|||||||
</MarkSus>
|
</MarkSus>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<ClientOnly>
|
<!--<ClientOnly>-->
|
||||||
<Profile :user="user" :profile="profile" :terms="terms" />
|
<Profile :user="user" :profile="profile" :terms="terms" />
|
||||||
<template #placeholder>
|
<!--<template #placeholder>
|
||||||
<div class="text-center" style="min-height: 400px">
|
<div class="text-center" style="min-height: 400px">
|
||||||
<Spinner size="5rem" />
|
<Spinner size="5rem" />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</ClientOnly>
|
</ClientOnly>-->
|
||||||
|
|
||||||
<div v-if="profile.sensitive.length && contentWarningDismissed" class="text-center">
|
<div v-if="profile.sensitive.length && contentWarningDismissed" class="text-center">
|
||||||
<ContentWarning
|
<ContentWarning
|
||||||
|
Loading…
x
Reference in New Issue
Block a user