Skip to content

Commit

Permalink
Merge pull request #74 from ethanniser/malte/inline-css
Browse files Browse the repository at this point in the history
Upgrade Next.js to latest canary and turn on experimental CSS inlining
  • Loading branch information
RhysSullivan authored Nov 21, 2024
2 parents f3ad654 + 908540b commit eec690b
Show file tree
Hide file tree
Showing 3 changed files with 2,075 additions and 3,994 deletions.
1 change: 1 addition & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
const nextConfig = {
experimental: {
ppr: true,
inlineCss: true,
},
typescript: {
ignoreBuildErrors: true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"jose": "^5.9.4",
"linkedom": "^0.18.5",
"lucide-react": "^0.453.0",
"next": "15.0.0-canary.200",
"next": "15.0.4-canary.22",
"openai": "^4.68.0",
"react": "19.0.0-rc-cd22717c-20241013",
"react-dom": "19.0.0-rc-cd22717c-20241013",
Expand Down
Loading

0 comments on commit eec690b

Please sign in to comment.