mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-16 01:01:38 +00:00
change home model to lazy load
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
import React, { memo } from 'react';
|
||||
import clsx from 'clsx';
|
||||
import { useTheme } from 'next-themes';
|
||||
import Image from 'next/image';
|
||||
import loadingImage from 'public/images/img/mona-loading-default.gif';
|
||||
import loadingImageDimmed from 'public/images/img/mona-loading-dimmed.gif';
|
||||
import Image from 'next/image';
|
||||
import { useTheme } from 'next-themes';
|
||||
import { memo } from 'react';
|
||||
|
||||
type Props = {
|
||||
className?: string;
|
||||
|
Reference in New Issue
Block a user