Skip to content

Commit

Permalink
edited bio page
Browse files Browse the repository at this point in the history
  • Loading branch information
amzhang02 committed Feb 13, 2024
1 parent 041ffef commit 0f2b105
Show file tree
Hide file tree
Showing 169 changed files with 259 additions and 8,067 deletions.
10 changes: 0 additions & 10 deletions .next/app-build-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,6 @@
"static/chunks/main-app.js",
"static/css/app/layout.css",
"static/chunks/app/layout.js"
],
"/bio/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/bio/page.js"
],
"/not-found": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/not-found.js"
]
}
}
15 changes: 2 additions & 13 deletions .next/build-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
"polyfillFiles": [
"static/chunks/polyfills.js"
],
"devFiles": [
"static/chunks/react-refresh.js"
],
"devFiles": [],
"ampDevFiles": [],
"lowPriorityFiles": [
"static/development/_buildManifest.js",
Expand All @@ -15,16 +13,7 @@
"static/chunks/main-app.js"
],
"pages": {
"/_app": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/_app.js"
],
"/_error": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/_error.js"
]
"/_app": []
},
"ampFirstPages": []
}
Binary file modified .next/cache/webpack/client-development/4.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/6.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/index.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/index.pack.gz.old
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/0.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/index.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/index.pack.gz.old
Binary file not shown.
27 changes: 0 additions & 27 deletions .next/fallback-build-manifest.json

This file was deleted.

66 changes: 0 additions & 66 deletions .next/server/_error.js

This file was deleted.

4 changes: 1 addition & 3 deletions .next/server/app-paths-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{
"/not-found": "app/not-found.js",
"/bio/page": "app/bio/page.js",
"/favicon.ico/route": "app/favicon.ico/route.js"
"/page": "app/page.js"
}
Loading

0 comments on commit 0f2b105

Please sign in to comment.