Skip to content

Commit 7cca23c

Browse files
Add basic routing for pages
1 parent cd9544c commit 7cca23c

File tree

174 files changed

+2697
-1224
lines changed

Some content is hidden

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

174 files changed

+2697
-1224
lines changed

.next/build-manifest.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@
1414
"static/development/_ssgManifest.js"
1515
],
1616
"pages": {
17-
"/": [
18-
"static/chunks/webpack.js",
19-
"static/chunks/main.js",
20-
"static/chunks/pages/index.js"
21-
],
2217
"/_app": [
2318
"static/chunks/webpack.js",
2419
"static/chunks/main.js",
@@ -28,6 +23,16 @@
2823
"static/chunks/webpack.js",
2924
"static/chunks/main.js",
3025
"static/chunks/pages/_error.js"
26+
],
27+
"/blog": [
28+
"static/chunks/webpack.js",
29+
"static/chunks/main.js",
30+
"static/chunks/pages/blog.js"
31+
],
32+
"/blog/first-post": [
33+
"static/chunks/webpack.js",
34+
"static/chunks/main.js",
35+
"static/chunks/pages/blog/first-post.js"
3136
]
3237
},
3338
"ampFirstPages": []
-26.2 MB
Binary file not shown.
2.2 MB
Binary file not shown.
1.18 MB
Binary file not shown.
1.18 MB
Binary file not shown.
1.18 MB
Binary file not shown.
4.56 KB
Binary file not shown.
3.28 MB
Binary file not shown.
26.2 MB
Binary file not shown.
89.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)