File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import Link from 'next/link';
33import { GitHubIcon , LinkIcon } from '../icons' ;
44import Explanation from '../explanation' ;
55
6- export default async function IssueLayout ( {
6+ export default function IssueLayout ( {
77 children,
88 params,
99} : {
Original file line number Diff line number Diff line change 11import '../styles/globals.css' ;
22
33export const metadata = {
4- title : 'On-Demand Incremental Static Regeneration with Next.js 12.1 ' ,
4+ title : 'On-Demand Incremental Static Regeneration with Next.js' ,
55} ;
6- export default async function RootLayout ( {
6+
7+ export default function RootLayout ( {
78 children,
89} : {
910 children : React . ReactNode ;
Original file line number Diff line number Diff line change 11{
22 "private" : true ,
33 "scripts" : {
4- "dev" : " next dev" ,
4+ "dev" : " next dev --turbo " ,
55 "build" : " next build" ,
66 "start" : " next start" ,
77 "lint" : " next lint"
You can’t perform that action at this time.
0 commit comments