๐Ÿ“ Next.js๋ž€?

<br /> <br />

๐Ÿ“ Next.js ์‹œ์ž‘ํ•˜๊ธฐ

npx create-next-app@latest --ts

โœ๏ธ package.json

โœ๏ธ next.config.js

/** @type {import('next').NextConfig} */
const nextConfig = {
  reactStrictMode: true,
  swcMinify: true,
};

module.exports = nextConfig;

โœ๏ธ pages/_app.tsx