remove unsupport config

This commit is contained in:
DefectingCat
2023-08-17 17:09:29 +08:00
parent 95faa960db
commit e409e0afd6
2 changed files with 2 additions and 5 deletions

View File

@ -1,6 +1,5 @@
'use client';
import { Stats } from '@react-three/drei';
import { Canvas } from '@react-three/fiber';
import clsx from 'clsx';
import Loading from 'components/rua/loading/rua-loading';
@ -18,11 +17,11 @@ const HomeModel = () => {
return (
<>
<Canvas camera={{ fov: 55 }}>
<ambientLight color={0xffffff} intensity={0.5} />
<ambientLight color={0xffffff} intensity={0.6} />
<Suspense fallback={<></>}>
<CatModel />
</Suspense>
<Stats />
{/* <Stats /> */}
</Canvas>
<div
className={clsx(

View File

@ -15,8 +15,6 @@ const nextConfig = {
// images: isExport ? { unoptimized: true } : {},
experimental: {
// runtime: 'experimental-edge',
// reactRoot: 'concurrent',
reactMode: 'concurrent',
appDir: true,
},
compiler: {