From 0d39544cdf35e26678481fa371b7b6a900fd730e 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:24:00 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8Fconfig:=20add=20inlineCSS=20(?= =?UTF-8?q?#1117)?= 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> --- bun.lockb | Bin 83848 -> 83848 bytes next.config.ts | 1 + 2 files changed, 1 insertion(+) diff --git a/bun.lockb b/bun.lockb index 828bc64413306ec62916de83f4adbe6bd8f543eb..5b8f13f49413da9f3232cf48e4dc0b04dda9a60b 100755 GIT binary patch delta 57 zcmeC^XYJ@`ZP>!t;ii$9S6q^qlcS%Uk(!*Hm!FcVP@G(pSx{1}Uyxs10+rRvDxSW< HjqwHmffp9D delta 57 zcmeC^XYJ@`ZP>!t;igfXT$EW*QmkK)UtE%zS6q^qlcSeaoR^=HssQEcCugK4XHVbY H#&`n&h(i{$ diff --git a/next.config.ts b/next.config.ts index 9d81102f..a428b6b4 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, },