Compare commits

31 Commits

Author SHA1 Message Date
ef8b3accd3 ok 2025-08-20 01:45:31 +02:00
64737c69e3 ok 2025-08-20 01:45:01 +02:00
5cccc7e507 r 2025-08-20 01:36:54 +02:00
6bac0905b8 l 2025-08-20 01:35:34 +02:00
3032be9870 chore: clean up .next build directory files 2025-08-20 01:34:13 +02:00
d611cef664 Merge branch 'main' into development_fix 2025-08-20 01:33:52 +02:00
1095f066ac ok 2025-08-19 18:12:21 +02:00
5f5d11fbd8 add images 2025-08-19 16:25:18 +02:00
052ed1bcd6 merge: merge main into development_fix keeping development_fix versions
- Keep all development_fix build artifacts and configurations
- Resolve conflicts by preferring development_fix versions
- Maintain existing development_fix branch functionality
2025-08-18 23:47:27 +02:00
f3180f6642 fix: resolve conflicts by ignoring .next build artifacts 2025-08-18 23:44:15 +02:00
66ef8ede14 fix: remove .next build artifacts from git tracking
- Add .next to .gitignore to prevent future conflicts
- Remove all build artifacts from git tracking
- Focus on source code changes only for cleaner merges
2025-08-18 23:40:20 +02:00
766764f4c1 unfo 2025-08-18 23:38:31 +02:00
d7e05e751c i 2025-08-18 23:09:36 +02:00
6bc835a386 ok 2025-08-18 23:09:28 +02:00
3318d2fde0 cad 2025-08-18 23:04:44 +02:00
c4c40c6499 o 2025-08-18 22:51:15 +02:00
f390ba6ec1 ok 2025-08-18 22:50:01 +02:00
42f8db89d6 s 2025-08-18 22:49:47 +02:00
a811bc71fa ok 2025-08-18 22:45:13 +02:00
b73beb1792 ok 2025-08-18 22:45:09 +02:00
08b25f008b - 2025-08-18 22:33:54 +02:00
f1cec99486 add veda logos 2025-08-18 20:12:15 +02:00
c82c6ced3a saved 2025-08-18 18:40:09 +02:00
Peter Nashaat
55717fbe56 Fixing component issue 2025-08-17 14:02:35 +00:00
5dd1c96b9c Update next.config.js 2025-08-17 13:58:19 +00:00
7d31a3b3df fix build 2025-08-17 15:58:02 +03:00
e2543a0c58 ok 2025-08-14 16:44:11 +02:00
ec11513a01 add chmod 2025-08-14 15:34:44 +02:00
40c92495a7 ok 2025-08-14 14:42:17 +02:00
f1cb4adcc8 add build start scripts 2025-08-14 14:41:35 +02:00
bc9aa8f8c1 add vdeo 2025-08-14 11:25:10 +02:00
451 changed files with 34706 additions and 10449 deletions

1
.gitignore vendored
View File

@@ -1 +1,2 @@
node_modules
.next

View File

@@ -15,11 +15,6 @@
"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"
]
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,5 +1,4 @@
{
"/page": "app/page.js",
"/_not-found/page": "app/_not-found/page.js",
"/favicon.ico/route": "app/favicon.ico/route.js"
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1 +1,21 @@
self.__BUILD_MANIFEST={"polyfillFiles":["static/chunks/polyfills.js"],"devFiles":[],"ampDevFiles":[],"lowPriorityFiles":["static/development/_buildManifest.js","static/development/_ssgManifest.js"],"rootMainFiles":["static/chunks/webpack.js","static/chunks/main-app.js"],"pages":{"/_app":[]},"ampFirstPages":[]}
self.__BUILD_MANIFEST = {
"polyfillFiles": [
"static/chunks/polyfills.js"
],
"devFiles": [],
"ampDevFiles": [],
"lowPriorityFiles": [],
"rootMainFiles": [
"static/chunks/webpack.js",
"static/chunks/main-app.js"
],
"pages": {
"/_app": []
},
"ampFirstPages": []
};
self.__BUILD_MANIFEST.lowPriorityFiles = [
"/static/" + process.env.__NEXT_BUILD_ID + "/_buildManifest.js",
,"/static/" + process.env.__NEXT_BUILD_ID + "/_ssgManifest.js",
];

View File

@@ -1 +1 @@
self.__NEXT_FONT_MANIFEST="{\"pages\":{},\"app\":{\"/Users/sashaastiadi/code/git.ourworld.tf/www_veda_2025/src/app/layout\":[\"static/media/84455f2b5a591033-s.p.woff2\"]},\"appUsingSizeAdjust\":true,\"pagesUsingSizeAdjust\":false}"
self.__NEXT_FONT_MANIFEST="{\"pages\":{},\"app\":{\"/Users/sashaastiadi/code/git.ourworld.tf/www_veda_2025/src/app/layout\":[\"static/media/e4af272ccee01ff0-s.p.woff2\",\"static/media/84455f2b5a591033-s.p.woff2\"]},\"appUsingSizeAdjust\":true,\"pagesUsingSizeAdjust\":false}"

View File

@@ -1 +1 @@
{"pages":{},"app":{"/Users/sashaastiadi/code/git.ourworld.tf/www_veda_2025/src/app/layout":["static/media/84455f2b5a591033-s.p.woff2"]},"appUsingSizeAdjust":true,"pagesUsingSizeAdjust":false}
{"pages":{},"app":{"/Users/sashaastiadi/code/git.ourworld.tf/www_veda_2025/src/app/layout":["static/media/e4af272ccee01ff0-s.p.woff2","static/media/84455f2b5a591033-s.p.woff2"]},"appUsingSizeAdjust":true,"pagesUsingSizeAdjust":false}

View File

@@ -1 +1 @@
self.__RSC_SERVER_MANIFEST="{\n \"node\": {},\n \"edge\": {},\n \"encryptionKey\": \"o8GB5JRNq89pNqUvBrC+kPe8q8+ZERRQJSqy+r/oHck=\"\n}"
self.__RSC_SERVER_MANIFEST="{\n \"node\": {},\n \"edge\": {},\n \"encryptionKey\": \"process.env.NEXT_SERVER_ACTIONS_ENCRYPTION_KEY\"\n}"

View File

@@ -1,5 +1,5 @@
{
"node": {},
"edge": {},
"encryptionKey": "o8GB5JRNq89pNqUvBrC+kPe8q8+ZERRQJSqy+r/oHck="
"encryptionKey": "wdEUDShokq9YEln3MkOTxvxMOp+UenYDwXynu+QE1yA="
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Some files were not shown because too many files have changed in this diff Show More