Skip to content

Commit

Permalink
photos fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Sergeev committed Oct 31, 2024
1 parent dd4e6d0 commit fb788d1
Show file tree
Hide file tree
Showing 215 changed files with 5,773 additions and 1,738 deletions.
4 changes: 2 additions & 2 deletions .next/build-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"static/chunks/main.js",
"static/chunks/pages/_error.js"
],
"/mapping": [
"/photo": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/mapping.js"
"static/chunks/pages/photo.js"
]
},
"ampFirstPages": []
Expand Down
Binary file modified .next/cache/webpack/client-development/11.pack
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/12.pack
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/13.pack
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/15.pack
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/17.pack
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/19.pack
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/20.pack
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/22.pack
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/23.pack
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/3.pack
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/6.pack
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/7.pack
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/9.pack
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/index.pack
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/index.pack.old
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/1.pack
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/10.pack
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/11.pack
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/12.pack
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/13.pack
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/2.pack
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/3.pack
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/4.pack
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/6.pack
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/8.pack
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/9.pack
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/index.pack
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/index.pack.old
Binary file not shown.
27 changes: 27 additions & 0 deletions .next/fallback-build-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"polyfillFiles": [
"static/chunks/polyfills.js"
],
"devFiles": [
"static/chunks/fallback/react-refresh.js"
],
"ampDevFiles": [
"static/chunks/fallback/webpack.js",
"static/chunks/fallback/amp.js"
],
"lowPriorityFiles": [],
"rootMainFiles": [],
"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": []
}
136 changes: 136 additions & 0 deletions .next/server/_error.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .next/server/middleware-build-manifest.js

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

2 changes: 1 addition & 1 deletion .next/server/pages-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"/_app": "pages/_app.js",
"/_error": "pages/_error.js",
"/_document": "pages/_document.js",
"/mapping": "pages/mapping.js"
"/photo": "pages/photo.js"
}
76 changes: 76 additions & 0 deletions .next/server/pages/index.js

Large diffs are not rendered by default.

255 changes: 0 additions & 255 deletions .next/server/pages/mapping.js

This file was deleted.

136 changes: 136 additions & 0 deletions .next/server/pages/photo.js

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions .next/static/chunks/_error.js

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

Loading

0 comments on commit fb788d1

Please sign in to comment.