(performance) lazy loading GAiChan

This commit is contained in:
kakkokari-gtyih 2023-07-16 20:23:03 +09:00
parent 42f8c5762b
commit 832e466893
2 changed files with 1 additions and 2 deletions

View File

@ -101,7 +101,7 @@ useHead((): Record<string, any> => ({
<NuxtPage />
</NuxtLayout>
<ClientOnly>
<GAiChan />
<LazyGAiChan />
</ClientOnly>
</div>
</template>

View File

@ -8,7 +8,6 @@
<script setup lang="ts">
import { Loader } from '@/assets/js/particles/loader';
import resolveConfig from 'tailwindcss/resolveConfig';
const colorMode = useColorMode();
const container = ref<HTMLElement>();