Compare commits
164 Commits
8a5b21c780
...
developmen
Author | SHA1 | Date | |
---|---|---|---|
f30948e79e | |||
aeac827288 | |||
e1cff025d0 | |||
e233c245a5 | |||
87a909dd0d | |||
ad0c45deec | |||
e959bd9526 | |||
657e548aed | |||
1852943844 | |||
e42c914fb2 | |||
eead322787 | |||
a2bf2edd99 | |||
de1e7160eb | |||
b4287ee530 | |||
e5420f87c7 | |||
57dec62860 | |||
8013ff1acb | |||
eb5cd83d24 | |||
14f947a91f | |||
45913d01d7 | |||
23fc5d8a97 | |||
84223e79d2 | |||
|
071b29d136 | ||
|
367aa003a3 | ||
|
caa03867f0 | ||
|
dc2a89fee6 | ||
4f67c29af8 | |||
|
e5858a846b | ||
0407afaf5b | |||
f102678e9f | |||
706c0053fa | |||
746b40794f | |||
4ebebd103f | |||
d4a7f16e9a | |||
a9570ad089 | |||
30ef4d9633 | |||
cab9abb8d4 | |||
9d0dd7be9e | |||
4822a65311 | |||
|
0b78696d2c | ||
3a1a63025e | |||
60c2bb01d5 | |||
43e0d29f35 | |||
47e1ef47c6 | |||
4cf78f4f17 | |||
4d6c697f35 | |||
eb689aed32 | |||
6a1cbbf887 | |||
a53a211e63 | |||
08107fc971 | |||
0258fe5c41 | |||
3d9acd4f0b | |||
4b223f37d2 | |||
bec08efb2c | |||
33c90150f7 | |||
554e5df039 | |||
ee940cc8e8 | |||
d3a259741f | |||
1d279235be | |||
b10eaec8de | |||
dfbc3a771f | |||
c4d8d2bd3b | |||
7febea983e | |||
e308236eed | |||
|
9bb32049f9 | ||
|
fe48564aea | ||
|
1ef7eabb85 | ||
d2f69bdf02 | |||
18b3ca26d0 | |||
|
f333ae0e39 | ||
|
e48ec49452 | ||
|
d501bba891 | ||
|
267d18e8b7 | ||
|
586f738e83 | ||
|
068747d2d1 | ||
|
bd9369d4f4 | ||
|
4bc61a035f | ||
|
c7fef48e0b | ||
|
ccef973cdf | ||
7045d82cbd | |||
76601e5c71 | |||
|
c3dd765ea8 | ||
|
c26c2bc9ce | ||
05277a28c2 | |||
de64f88f21 | |||
|
94e39fa3eb | ||
e7690870b5 | |||
22f9e8ea20 | |||
27b52ca80b | |||
|
3e267bde75 | ||
194f990569 | |||
5e7e2272f7 | |||
5ff840b70a | |||
7988c48cd9 | |||
60a7a54fbc | |||
cfba225ffa | |||
8a8e3f292d | |||
be7551a0fc | |||
966e66ac8f | |||
ace8a0f9cc | |||
00f42c24eb | |||
367db5c28a | |||
a43d5b1d4e | |||
50faf9cf14 | |||
08deb1b959 | |||
6f9c79e0c4 | |||
383a0ceb19 | |||
b02564db58 | |||
5eab3380fa | |||
b7ff5960ba | |||
|
3667b3d013 | ||
df8b6fab4b | |||
ab19547027 | |||
df0abb99ab | |||
f484975397 | |||
16246bf222 | |||
d895ce54f2 | |||
6755f94186 | |||
439a39efbc | |||
b0d5483e43 | |||
000bc25b7c | |||
4be4914a09 | |||
e8e8a8c621 | |||
0efecff123 | |||
d06c39aad8 | |||
1b1936ffba | |||
3c13a4740a | |||
4656f4d20d | |||
6eec369bd3 | |||
1cd4b8f3e8 | |||
cd43646261 | |||
531ce5723f | |||
41eef5e410 | |||
d66ce2c893 | |||
deb180dd94 | |||
bca02496bb | |||
aa00c31186 | |||
7ac58df443 | |||
669e8290ec | |||
c76f0b9fd9 | |||
3d0d78a186 | |||
a932bcd745 | |||
b13dd41c68 | |||
8b8dbb1b75 | |||
48515c0e29 | |||
40c092b3c9 | |||
01fefbd211 | |||
ee4840da3a | |||
ad337c76e2 | |||
07090c68ba | |||
31dacc8f5e | |||
4cf340e2b5 | |||
2dc4c63d03 | |||
0029f5ebbb | |||
ca7236d4a3 | |||
ba658f4360 | |||
6c8aeacc53 | |||
6cda7504b4 | |||
b8020bac4f | |||
88bbf8715f | |||
cd7dcb5ec5 | |||
ce4275f13a | |||
3e3a64cddf | |||
d56fd92e00 |
3
.gitignore
vendored
@@ -1 +1,4 @@
|
||||
node_modules
|
||||
.next/
|
||||
.DS_Store
|
||||
out
|
@@ -1,30 +0,0 @@
|
||||
{
|
||||
"pages": {
|
||||
"/(main)/page": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/(main)/page.js"
|
||||
],
|
||||
"/(main)/layout": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/(main)/layout.js"
|
||||
],
|
||||
"/layout": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/css/app/layout.css",
|
||||
"static/chunks/app/layout.js"
|
||||
],
|
||||
"/not-found": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/not-found.js"
|
||||
],
|
||||
"/_not-found/page": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/_not-found/page.js"
|
||||
]
|
||||
}
|
||||
}
|
@@ -1,30 +0,0 @@
|
||||
{
|
||||
"polyfillFiles": [
|
||||
"static/chunks/polyfills.js"
|
||||
],
|
||||
"devFiles": [
|
||||
"static/chunks/react-refresh.js"
|
||||
],
|
||||
"ampDevFiles": [],
|
||||
"lowPriorityFiles": [
|
||||
"static/development/_buildManifest.js",
|
||||
"static/development/_ssgManifest.js"
|
||||
],
|
||||
"rootMainFiles": [
|
||||
"static/chunks/webpack.js",
|
||||
"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"
|
||||
]
|
||||
},
|
||||
"ampFirstPages": []
|
||||
}
|
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 39 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 6.9 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 9.9 KiB |
Before Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 9.8 KiB |
Before Width: | Height: | Size: 41 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 31 KiB |
Before Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 9.2 KiB |
Before Width: | Height: | Size: 7.7 KiB |
Before Width: | Height: | Size: 9.2 KiB |
Before Width: | Height: | Size: 54 KiB |
Before Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 7.0 KiB |
Before Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 99 KiB |
Before Width: | Height: | Size: 7.1 KiB |
Before Width: | Height: | Size: 10 KiB |
BIN
.next/cache/webpack/client-development/0.pack.gz
vendored
BIN
.next/cache/webpack/client-development/1.pack.gz
vendored
BIN
.next/cache/webpack/client-development/10.pack.gz
vendored
BIN
.next/cache/webpack/client-development/2.pack.gz
vendored
BIN
.next/cache/webpack/client-development/3.pack.gz
vendored
BIN
.next/cache/webpack/client-development/4.pack.gz
vendored
BIN
.next/cache/webpack/client-development/5.pack.gz
vendored
BIN
.next/cache/webpack/client-development/6.pack.gz
vendored
BIN
.next/cache/webpack/client-development/7.pack.gz
vendored
BIN
.next/cache/webpack/client-development/8.pack.gz
vendored
BIN
.next/cache/webpack/client-development/9.pack.gz
vendored
BIN
.next/cache/webpack/client-development/index.pack.gz
vendored
BIN
.next/cache/webpack/server-development/0.pack.gz
vendored
BIN
.next/cache/webpack/server-development/1.pack.gz
vendored
BIN
.next/cache/webpack/server-development/10.pack.gz
vendored
BIN
.next/cache/webpack/server-development/2.pack.gz
vendored
BIN
.next/cache/webpack/server-development/3.pack.gz
vendored
BIN
.next/cache/webpack/server-development/4.pack.gz
vendored
BIN
.next/cache/webpack/server-development/5.pack.gz
vendored
BIN
.next/cache/webpack/server-development/6.pack.gz
vendored
BIN
.next/cache/webpack/server-development/7.pack.gz
vendored
BIN
.next/cache/webpack/server-development/8.pack.gz
vendored
BIN
.next/cache/webpack/server-development/9.pack.gz
vendored
BIN
.next/cache/webpack/server-development/index.pack.gz
vendored
@@ -1,27 +0,0 @@
|
||||
{
|
||||
"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": []
|
||||
}
|
@@ -1 +0,0 @@
|
||||
{"type": "commonjs"}
|
@@ -1 +0,0 @@
|
||||
{}
|
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"/favicon.ico/route": "app/favicon.ico/route.js",
|
||||
"/(main)/page": "app/(main)/page.js"
|
||||
}
|
@@ -1 +0,0 @@
|
||||
self.__INTERCEPTION_ROUTE_REWRITE_MANIFEST="[]"
|
@@ -1 +0,0 @@
|
||||
self.__BUILD_MANIFEST={"polyfillFiles":["static/chunks/polyfills.js"],"devFiles":["static/chunks/react-refresh.js"],"ampDevFiles":[],"lowPriorityFiles":["static/development/_buildManifest.js","static/development/_ssgManifest.js"],"rootMainFiles":["static/chunks/webpack.js","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"]},"ampFirstPages":[]}
|
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"version": 3,
|
||||
"middleware": {},
|
||||
"functions": {},
|
||||
"sortedMiddleware": []
|
||||
}
|
@@ -1 +0,0 @@
|
||||
self.__REACT_LOADABLE_MANIFEST="{}"
|
@@ -1 +0,0 @@
|
||||
self.__NEXT_FONT_MANIFEST="{\"pages\":{},\"app\":{\"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/layout\":[\"static/media/7e6a2e30184bb114-s.p.woff2\",\"static/media/a34f9d1faa5f3315-s.p.woff2\"]},\"appUsingSizeAdjust\":true,\"pagesUsingSizeAdjust\":false}"
|