Skip to content

Commit

Permalink
⚙️config: add inlineCss (#815)
Browse files Browse the repository at this point in the history
* ⚙️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>
  • Loading branch information
Marukome0743 and autofix-ci[bot] authored Nov 22, 2024
1 parent 6d64a7e commit 0ed268e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import type { NextConfig } from "next"

const nextConfig: NextConfig = {
experimental: {
inlineCss: true,
ppr: true,
reactCompiler: true,
},
Expand Down

0 comments on commit 0ed268e

Please sign in to comment.