Skip to content

Commit

Permalink
it looks horrific but we're getting there
Browse files Browse the repository at this point in the history
  • Loading branch information
jkatofsky committed Nov 10, 2021
1 parent ec952f8 commit f443497
Show file tree
Hide file tree
Showing 322 changed files with 22,814 additions and 30,346 deletions.
File renamed without changes.
45 changes: 45 additions & 0 deletions .next/build-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"polyfillFiles": [
"static/chunks/polyfills.js"
],
"devFiles": [
"static/chunks/react-refresh.js"
],
"ampDevFiles": [
"static/chunks/webpack.js",
"static/chunks/amp.js"
],
"lowPriorityFiles": [
"static/development/_buildManifest.js",
"static/development/_ssgManifest.js",
"static/development/_middlewareManifest.js"
],
"pages": {
"/404": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/404.js"
],
"/_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"
],
"/mtlai": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/mtlai.js"
],
"/podcast": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/podcast.js"
]
},
"ampFirstPages": []
}
Binary file not shown.
Binary file not shown.
Binary file added .next/cache/webpack/client-development/0.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/1.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/2.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/3.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/4.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/5.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/6.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/7.pack
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added .next/cache/webpack/server-development/0.pack
Binary file not shown.
Binary file added .next/cache/webpack/server-development/1.pack
Binary file not shown.
Binary file added .next/cache/webpack/server-development/2.pack
Binary file not shown.
Binary file added .next/cache/webpack/server-development/3.pack
Binary file not shown.
Binary file not shown.
Binary file not shown.
26 changes: 26 additions & 0 deletions .next/fallback-build-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"polyfillFiles": [
"static/chunks/polyfills.js"
],
"devFiles": [
"static/chunks/fallback/react-refresh.js"
],
"ampDevFiles": [
"static/chunks/fallback/webpack.js",
"static/chunks/fallback/amp.js"
],
"lowPriorityFiles": [],
"pages": {
"/_app": [
"static/chunks/fallback/webpack.js",
"static/chunks/fallback/main.js",
"static/chunks/fallback/pages/_app.js"
],
"/_error": [
"static/chunks/fallback/webpack.js",
"static/chunks/fallback/main.js",
"static/chunks/fallback/pages/_error.js"
]
},
"ampFirstPages": []
}
1 change: 1 addition & 0 deletions .next/react-loadable-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
56 changes: 56 additions & 0 deletions .next/server/_error.js

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

6 changes: 6 additions & 0 deletions .next/server/middleware-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"sortedMiddleware": [],
"clientInfo": [],
"middleware": {},
"version": 1
}
7 changes: 7 additions & 0 deletions .next/server/pages-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"/_app": "pages/_app.js",
"/_document": "pages/_document.js",
"/_error": "pages/_error.js",
"/mtlai": "pages/mtlai.js",
"/404": "pages/404.js"
}
Loading

0 comments on commit f443497

Please sign in to comment.