Skip to content

Commit

Permalink
Merge pull request #11 from RedBe-an/development
Browse files Browse the repository at this point in the history
Sidebar implemented.
  • Loading branch information
RedBe-an authored Jul 24, 2024
2 parents 6a82928 + 38787ab commit f85bdf3
Show file tree
Hide file tree
Showing 99 changed files with 4,121 additions and 8,726 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ node_modules
dist
dist-ssr
*.local
.next

# Editor directories and files
.vscode/*
Expand Down
5 changes: 0 additions & 5 deletions .next/app-build-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@
"static/chunks/main-app.js",
"static/css/app/layout.css",
"static/chunks/app/layout.js"
],
"/_not-found/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/_not-found/page.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-fallback/0.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development-fallback/index.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/1.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/client-development/3.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/1.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/2.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.

76 changes: 0 additions & 76 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/page": "app/_not-found/page.js",
"/page": "app/page.js",
"/favicon.ico/route": "app/favicon.ico/route.js"
"/page": "app/page.js"
}
155 changes: 0 additions & 155 deletions .next/server/app/_not-found/page.js

This file was deleted.

This file was deleted.

Loading

0 comments on commit f85bdf3

Please sign in to comment.