add new component

This commit is contained in:
2024-09-24 19:17:07 +02:00
parent 05277a28c2
commit 76601e5c71
95 changed files with 1798 additions and 176 deletions

View File

@@ -1,8 +1,8 @@
{
"/_not-found/page": "app/_not-found/page.js",
"/community/page": "app/community/page.js",
"/(main)/page": "app/(main)/page.js",
"/community/events/blockchainweek1/page": "app/community/events/blockchainweek1/page.js",
"/community/page": "app/community/page.js",
"/community/blogs/herogpt/page": "app/community/blogs/herogpt/page.js",
"/features/page": "app/features/page.js",
"/events/versefest/page": "app/events/versefest/page.js",
"/usecases/page": "app/usecases/page.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

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

@@ -2,7 +2,9 @@ self.__BUILD_MANIFEST = {
"polyfillFiles": [
"static/chunks/polyfills.js"
],
"devFiles": [],
"devFiles": [
"static/chunks/react-refresh.js"
],
"ampDevFiles": [],
"lowPriorityFiles": [],
"rootMainFiles": [
@@ -10,7 +12,16 @@ self.__BUILD_MANIFEST = {
"static/chunks/main-app.js"
],
"pages": {
"/_app": []
"/_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": []
};

View File

@@ -1 +1,5 @@
{}
{
"/_app": "pages/_app.js",
"/_error": "pages/_error.js",
"/_document": "pages/_document.js"
}

View File

@@ -1,5 +1,5 @@
{
"node": {},
"edge": {},
"encryptionKey": "AfJTeTDeByhBhe12YRRp12op4M+c/QEV/s/QZO5Rok4="
"encryptionKey": "vVBSLDs3CtXMddY5+HcznuMil1vtkowq2q503Olabrw="
}

View File

@@ -125,7 +125,7 @@
/******/
/******/ /* webpack/runtime/getFullHash */
/******/ (() => {
/******/ __webpack_require__.h = () => ("e20f2e3ebef32ad0")
/******/ __webpack_require__.h = () => ("cc839ecb48d810e7")
/******/ })();
/******/
/******/ /* webpack/runtime/hasOwnProperty shorthand */