Skip to content

Commit

Permalink
Update Next.js to version 15.0.3 and remove dynamicIO configuration (#13
Browse files Browse the repository at this point in the history
)

* Update Next.js to version 15.0.3 and remove dynamicIO configuration

* Set layout to force dynamic rendering

* Remove forced dynamic rendering from layout configuration for testing

* Set layout to force dynamic rendering

* Downgrade Next.js to version 15.0.0-canary.171 and update related dependencies in package.json and pnpm-lock.yaml

* Remove unwanted diff

* Remove unwanted diffs
  • Loading branch information
Eprince-hub authored Dec 17, 2024
1 parent 8355ca9 commit ae70336
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ const geistMono = localFont({
weight: '100 900',
});

export const dynamic = 'force-dynamic';

export const metadata = {
title: {
default: 'Home | UpLeveled',
Expand Down
1 change: 0 additions & 1 deletion next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import type { NextConfig } from 'next';

const nextConfig: NextConfig = {
experimental: {
dynamicIO: true,
typedRoutes: true,
},
eslint: {
Expand Down

0 comments on commit ae70336

Please # to comment.