This commit is contained in:
sasha-astiadi 2024-09-23 11:03:59 +02:00
parent 22f9e8ea20
commit e7690870b5
19 changed files with 13 additions and 25 deletions

View File

@ -21,15 +21,10 @@
"static/chunks/main-app.js",
"static/chunks/app/not-found.js"
],
"/features/page": [
"/_not-found/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/features/page.js"
],
"/features/layout": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/features/layout.js"
"static/chunks/app/_not-found/page.js"
],
"/usecases/page": [
"static/chunks/webpack.js",
@ -41,20 +36,15 @@
"static/chunks/main-app.js",
"static/chunks/app/usecases/layout.js"
],
"/community/page": [
"/community/events/versefest/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/community/page.js"
"static/chunks/app/community/events/versefest/page.js"
],
"/community/layout": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/community/layout.js"
],
"/community/blogs/herogpt/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/community/blogs/herogpt/page.js"
]
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

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

View File

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

View File

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

View File

@ -4,7 +4,7 @@ export default function Example() {
return (
<div className="flex items-center gap-x-6 btn-gradient-dark px-6 py-2.5 sm:px-3.5 sm:before:flex-1">
<p className="text-sm leading-6 text-white">
<a href="/community/versefest">
<a href="/community/events/versefest">
<strong className="font-semibold">OurVerse FutureFest 2024</strong>
<svg viewBox="0 0 2 2" aria-hidden="true" className="mx-2 inline h-0.5 w-0.5 fill-current">
<circle r={1} cx={1} cy={1} />