From 0ed268e1ab32b759dcb87444efeeb84a78c95da5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9E=E3=83=AB=E3=82=B3=E3=83=A1?= Date: Fri, 22 Nov 2024 11:28:02 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8Fconfig:=20add=20inlineCss=20(?= =?UTF-8?q?#815)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ⚙️config: add inlineCss * [autofix.ci] apply automated fixes * [autofix.ci] apply automated fixes (attempt 2/3) --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> --- next.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.ts b/next.config.ts index 1aed3ea6..142b89b5 100644 --- a/next.config.ts +++ b/next.config.ts @@ -2,6 +2,7 @@ import type { NextConfig } from "next" const nextConfig: NextConfig = { experimental: { + inlineCss: true, ppr: true, reactCompiler: true, },