File tree Expand file tree Collapse file tree 4 files changed +3
-30
lines changed Expand file tree Collapse file tree 4 files changed +3
-30
lines changed Original file line number Diff line number Diff line change 44 "private" : true ,
55 "scripts" : {
66 "dev" : " next dev" ,
7- "prebuild" : " ts-node scripts/generateManifest.mjs " ,
7+ "prebuild" : " npm run generate-manifest " ,
88 "build" : " next build" ,
99 "start" : " next start" ,
1010 "lint" : " next lint" ,
1111 "export" : " next export" ,
12- "distDir" : " out"
12+ "distDir" : " out" ,
13+ "generate-manifest" : " node scripts/generateManifest.mjs"
1314 },
1415 "dependencies" : {
1516 "@radix-ui/react-accordion" : " ^1.2.12" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -47,8 +47,6 @@ export default function RootLayout({
4747} > ) {
4848 return (
4949 < html lang = "en" suppressHydrationWarning >
50- { /* ✅ Dynamic manifest */ }
51- < head > < link rel = "manifest" href = { `${ basePath } /manifest.json` } /> </ head >
5250 < body
5351 className = { cn (
5452 lobsterTwo . variable ,
You can’t perform that action at this time.
0 commit comments