mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 16:51:37 +00:00
add about page
add loading cloud station model in about page
This commit is contained in:
@ -3,7 +3,7 @@ import dynamic from 'next/dynamic';
|
||||
import Image from 'next/image';
|
||||
import styles from 'styles/index/index.module.css';
|
||||
|
||||
const HomeModel = dynamic(() => import('../components/models/home-model'));
|
||||
const HomeModel = dynamic(() => import('components/models/home-model'));
|
||||
|
||||
export const metadata = {
|
||||
title: 'RUA - Home',
|
||||
|
Reference in New Issue
Block a user