Skip to content

Commit 5c63da1

Browse files
author
Programming-Sai
committed
Adding boiler plate code and the Completed Home page Design
0 parents  commit 5c63da1

File tree

2,837 files changed

+60261
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,837 files changed

+60261
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules
2+
node_modules

.next/app-build-manifest.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"pages": {
3+
"/page": [
4+
"static/chunks/webpack.js",
5+
"static/chunks/main-app.js",
6+
"static/css/app/page.css",
7+
"static/chunks/app/page.js"
8+
],
9+
"/layout": [
10+
"static/chunks/webpack.js",
11+
"static/chunks/main-app.js",
12+
"static/css/app/layout.css",
13+
"static/chunks/app/layout.js"
14+
]
15+
}
16+
}

.next/build-manifest.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"polyfillFiles": [
3+
"static/chunks/polyfills.js"
4+
],
5+
"devFiles": [
6+
"static/chunks/react-refresh.js"
7+
],
8+
"ampDevFiles": [],
9+
"lowPriorityFiles": [
10+
"static/development/_buildManifest.js",
11+
"static/development/_ssgManifest.js"
12+
],
13+
"rootMainFiles": [
14+
"static/chunks/webpack.js",
15+
"static/chunks/main-app.js"
16+
],
17+
"pages": {
18+
"/_app": [
19+
"static/chunks/webpack.js",
20+
"static/chunks/main.js",
21+
"static/chunks/pages/_app.js"
22+
],
23+
"/_error": [
24+
"static/chunks/webpack.js",
25+
"static/chunks/main.js",
26+
"static/chunks/pages/_error.js"
27+
]
28+
},
29+
"ampFirstPages": []
30+
}
238 Bytes

0 commit comments

Comments
 (0)