Skip to content

Commit

Permalink
design
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Sergeev committed Jan 21, 2025
1 parent 37a7008 commit c0b55cf
Show file tree
Hide file tree
Showing 598 changed files with 6,526 additions and 2,211 deletions.
10 changes: 5 additions & 5 deletions .next/build-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
],
"rootMainFiles": [],
"pages": {
"/": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/index.js"
],
"/_app": [
"static/chunks/webpack.js",
"static/chunks/main.js",
Expand All @@ -24,11 +29,6 @@
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/_error.js"
],
"/img": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/img.js"
]
},
"ampFirstPages": []
Expand Down
Binary file modified .next/cache/webpack/client-development/0.pack
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/1.pack
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/10.pack
Binary file not shown.
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/3.pack
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/5.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/2.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/5.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/7.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/index.pack
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/index.pack.old
Binary file not shown.
136 changes: 0 additions & 136 deletions .next/server/_error.js

This file was deleted.

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.

4 changes: 2 additions & 2 deletions .next/server/pages-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"/_app": "pages/_app.js",
"/_error": "pages/_error.js",
"/_document": "pages/_document.js",
"/_app": "pages/_app.js",
"/img": "pages/img.js"
"/": "pages/index.js"
}
2 changes: 1 addition & 1 deletion .next/server/pages/_app.js

Large diffs are not rendered by default.

56 changes: 0 additions & 56 deletions .next/server/pages/bot.js

This file was deleted.

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

This file was deleted.

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

This file was deleted.

15 changes: 13 additions & 2 deletions .next/static/chunks/pages/_app.js

Large diffs are not rendered by default.

39 changes: 0 additions & 39 deletions .next/static/chunks/pages/bot.js

This file was deleted.

Loading

0 comments on commit c0b55cf

Please sign in to comment.