Skip to content

Commit

Permalink
⚙️config: add inlineCSS (#1117)
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 56bb902 commit 0d39544
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified bun.lockb
Binary file not shown.
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 0d39544

Please sign in to comment.