Skip to content

Commit

Permalink
Minor fixes build
Browse files Browse the repository at this point in the history
  • Loading branch information
Álvaro Alonso committed Jan 8, 2025
1 parent 4140d54 commit fb6410d
Show file tree
Hide file tree
Showing 123 changed files with 33,960 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/app-build-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"pages": {
"/layout": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/css/app/layout.css",
"static/chunks/app/layout.js"
],
"/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/page.js"
],
"/team/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/team/page.js"
],
"/research/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/research/page.js"
]
}
}
20 changes: 20 additions & 0 deletions docs/build-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"polyfillFiles": [
"static/chunks/polyfills.js"
],
"devFiles": [],
"ampDevFiles": [],
"lowPriorityFiles": [
"static/development/_buildManifest.js",
"static/development/_ssgManifest.js"
],
"rootMainFiles": [
"static/chunks/webpack.js",
"static/chunks/main-app.js"
],
"rootMainFilesTree": {},
"pages": {
"/_app": []
},
"ampFirstPages": []
}
1 change: 1 addition & 0 deletions docs/cache/.rscinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"encryption.key":"nDa1U9MYaod7if5LKtOIWSA8uVox0bqw17t3p38rOUw=","encryption.expire_at":1737541254013}
Binary file added docs/cache/webpack/client-development/0.pack.gz
Binary file not shown.
Binary file not shown.
Binary file added docs/cache/webpack/client-development/2.pack.gz
Binary file not shown.
Binary file added docs/cache/webpack/client-development/3.pack.gz
Binary file not shown.
Binary file added docs/cache/webpack/client-development/4.pack.gz
Binary file not shown.
Binary file added docs/cache/webpack/client-development/5.pack.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added docs/cache/webpack/server-development/0.pack.gz
Binary file not shown.
Binary file added docs/cache/webpack/server-development/1.pack.gz
Binary file not shown.
Binary file added docs/cache/webpack/server-development/2.pack.gz
Binary file not shown.
Binary file added docs/cache/webpack/server-development/3.pack.gz
Binary file not shown.
Binary file added docs/cache/webpack/server-development/4.pack.gz
Binary file not shown.
Binary file added docs/cache/webpack/server-development/5.pack.gz
Binary file not shown.
Binary file added docs/cache/webpack/server-development/6.pack.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"type": "commonjs"}
1 change: 1 addition & 0 deletions docs/react-loadable-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
5 changes: 5 additions & 0 deletions docs/server/app-paths-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"/page": "app/page.js",
"/research/page": "app/research/page.js",
"/team/page": "app/team/page.js"
}
96 changes: 96 additions & 0 deletions docs/server/app/icon.ico/route.js

Large diffs are not rendered by default.

670 changes: 670 additions & 0 deletions docs/server/app/page.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/server/app/page_client-reference-manifest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

670 changes: 670 additions & 0 deletions docs/server/app/research/page.js

Large diffs are not rendered by default.

Loading

0 comments on commit fb6410d

Please sign in to comment.