Next.js 및 React 버전 업데이트, 불필요한 설정 제거 및 타입 정의 추가
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
import type { NextConfig } from 'next';
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
experimental: {
|
||||
ppr: 'incremental',
|
||||
}
|
||||
};
|
||||
const nextConfig: NextConfig = {};
|
||||
|
||||
export default nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user