Skip to content

Commit 76c1257

Browse files
committed
reset to working commit
1 parent 2f4aef4 commit 76c1257

8 files changed

Lines changed: 25 additions & 7 deletions

File tree

.next/app-build-manifest.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,22 @@
1616
"static/chunks/node_modules_@swc_helpers_cjs_00636a._.js",
1717
"static/chunks/[turbopack]_browser_dev_hmr-client_hmr-client_ts_d0a96d._.js",
1818
"static/chunks/_e69f0d._.js",
19-
"static/chunks/_d95469._.js"
19+
"static/chunks/_45e9a6._.js"
20+
],
21+
"/_not-found/page": [
22+
"static/chunks/_a91c21._.js",
23+
"static/chunks/src_app_favicon_ico_mjs_ddfdf0._.js",
24+
"static/chunks/src_app_globals_b80590.css",
25+
"static/chunks/src_app_layout_tsx_20a9fc._.js",
26+
"static/chunks/src_app_layout_tsx_61af54._.js",
27+
"static/chunks/node_modules_next_dist_compiled_react-dom_1f56dc._.js",
28+
"static/chunks/node_modules_next_dist_compiled_107ce8._.js",
29+
"static/chunks/node_modules_next_dist_client_523921._.js",
30+
"static/chunks/node_modules_next_dist_4bb10e._.js",
31+
"static/chunks/node_modules_@swc_helpers_cjs_00636a._.js",
32+
"static/chunks/[turbopack]_browser_dev_hmr-client_hmr-client_ts_d0a96d._.js",
33+
"static/chunks/_e69f0d._.js",
34+
"static/chunks/_45e9a6._.js"
2035
]
2136
}
2237
}

.next/build-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"static/chunks/node_modules_@swc_helpers_cjs_00636a._.js",
2020
"static/chunks/[turbopack]_browser_dev_hmr-client_hmr-client_ts_d0a96d._.js",
2121
"static/chunks/_e69f0d._.js",
22-
"static/chunks/_d95469._.js"
22+
"static/chunks/_45e9a6._.js"
2323
],
2424
"ampFirstPages": []
2525
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"/page": "app/page.js"
2+
"/page": "app/page.js",
3+
"/_not-found/page": "app/_not-found/page.js"
34
}

.next/server/app/_not-found/page_client-reference-manifest.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.next/server/app/page_client-reference-manifest.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.next/server/middleware-build-manifest.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.next/static/development/_buildManifest.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/app/page.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import Image from "next/image";
22
import { /*useState, useEffect*/} from "react";
33
import { Laptop, Lightbulb, Book, Monitor, Terminal,Users, Github} from "lucide-react";
4+
import "./globals.css"
45

56
export default function Home() {
67
//const [_isMenuOpen, _setIsMenuOpen] = useState(false);
@@ -143,6 +144,7 @@ export default function Home() {
143144
ever-evolving world of technology.
144145
</p>
145146
</div>
147+
<div hidden>You found me! I&apos;ll give you a hint now: https://ibb.co/gbMLNyvp</div>
146148
</div>
147149
</section>
148150

0 commit comments

Comments
 (0)