diff --git a/.next/build-manifest.json b/.next/build-manifest.json index b8b66ce..076e69f 100644 --- a/.next/build-manifest.json +++ b/.next/build-manifest.json @@ -2,7 +2,9 @@ "polyfillFiles": [ "static/chunks/polyfills.js" ], - "devFiles": [], + "devFiles": [ + "static/chunks/react-refresh.js" + ], "ampDevFiles": [], "lowPriorityFiles": [ "static/development/_buildManifest.js", @@ -10,7 +12,21 @@ ], "rootMainFiles": [], "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" + ], + "/admin/login": [ + "static/chunks/webpack.js", + "static/chunks/main.js", + "static/chunks/pages/admin/login.js" + ] }, "ampFirstPages": [] } \ No newline at end of file diff --git a/.next/cache/webpack/client-development/0.pack.gz b/.next/cache/webpack/client-development/0.pack.gz index 5da4c58..515f185 100644 Binary files a/.next/cache/webpack/client-development/0.pack.gz and b/.next/cache/webpack/client-development/0.pack.gz differ diff --git a/.next/cache/webpack/client-development/1.pack.gz b/.next/cache/webpack/client-development/1.pack.gz index ce906c6..aa1d54d 100644 Binary files a/.next/cache/webpack/client-development/1.pack.gz and b/.next/cache/webpack/client-development/1.pack.gz differ diff --git a/.next/cache/webpack/client-development/index.pack.gz.old b/.next/cache/webpack/client-development/index.pack.gz.old index 7088ffe..abeca97 100644 Binary files a/.next/cache/webpack/client-development/index.pack.gz.old and b/.next/cache/webpack/client-development/index.pack.gz.old differ diff --git a/.next/cache/webpack/server-development/0.pack.gz b/.next/cache/webpack/server-development/0.pack.gz index cfdeeab..69209f0 100644 Binary files a/.next/cache/webpack/server-development/0.pack.gz and b/.next/cache/webpack/server-development/0.pack.gz differ diff --git a/.next/cache/webpack/server-development/1.pack.gz b/.next/cache/webpack/server-development/1.pack.gz index aaf36d0..fca52c6 100644 Binary files a/.next/cache/webpack/server-development/1.pack.gz and b/.next/cache/webpack/server-development/1.pack.gz differ diff --git a/.next/cache/webpack/server-development/index.pack.gz b/.next/cache/webpack/server-development/index.pack.gz index 6c59e7d..c41396e 100644 Binary files a/.next/cache/webpack/server-development/index.pack.gz and b/.next/cache/webpack/server-development/index.pack.gz differ diff --git a/.next/cache/webpack/server-development/index.pack.gz.old b/.next/cache/webpack/server-development/index.pack.gz.old index 2026876..70d31a1 100644 Binary files a/.next/cache/webpack/server-development/index.pack.gz.old and b/.next/cache/webpack/server-development/index.pack.gz.old differ diff --git a/.next/server/middleware-build-manifest.js b/.next/server/middleware-build-manifest.js index d2703c5..ed9e527 100644 --- a/.next/server/middleware-build-manifest.js +++ b/.next/server/middleware-build-manifest.js @@ -1 +1 @@ -self.__BUILD_MANIFEST={"polyfillFiles":["static/chunks/polyfills.js"],"devFiles":[],"ampDevFiles":[],"lowPriorityFiles":["static/development/_buildManifest.js","static/development/_ssgManifest.js"],"rootMainFiles":[],"pages":{"/_app":[]},"ampFirstPages":[]} \ No newline at end of file +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":[],"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"],"/admin/login":["static/chunks/webpack.js","static/chunks/main.js","static/chunks/pages/admin/login.js"]},"ampFirstPages":[]} \ No newline at end of file diff --git a/.next/server/middleware-manifest.json b/.next/server/middleware-manifest.json index 57712aa..bca02f7 100644 --- a/.next/server/middleware-manifest.json +++ b/.next/server/middleware-manifest.json @@ -1,6 +1,25 @@ { - "sortedMiddleware": [], - "middleware": {}, + "sortedMiddleware": [ + "/" + ], + "middleware": { + "/": { + "files": [ + "server/edge-runtime-webpack.js", + "server/middleware.js" + ], + "name": "middleware", + "page": "/", + "matchers": [ + { + "regexp": "^/.*$", + "originalSource": "/:path*" + } + ], + "wasm": [], + "assets": [] + } + }, "functions": {}, "version": 2 } \ No newline at end of file diff --git a/.next/server/pages-manifest.json b/.next/server/pages-manifest.json index 9e26dfe..d78ce35 100644 --- a/.next/server/pages-manifest.json +++ b/.next/server/pages-manifest.json @@ -1 +1,6 @@ -{} \ No newline at end of file +{ + "/_app": "pages/_app.js", + "/_error": "pages/_error.js", + "/_document": "pages/_document.js", + "/admin/login": "pages/admin/login.js" +} \ No newline at end of file diff --git a/.next/static/development/_buildManifest.js b/.next/static/development/_buildManifest.js index 982f699..b7cf9be 100644 --- a/.next/static/development/_buildManifest.js +++ b/.next/static/development/_buildManifest.js @@ -1 +1 @@ -self.__BUILD_MANIFEST = {__rewrites:{afterFiles:[],beforeFiles:[],fallback:[]},sortedPages:["\u002F_app"]};self.__BUILD_MANIFEST_CB && self.__BUILD_MANIFEST_CB() \ No newline at end of file +self.__BUILD_MANIFEST = {__rewrites:{afterFiles:[],beforeFiles:[],fallback:[]},"/_error":["static\u002Fchunks\u002Fpages\u002F_error.js"],"/admin/login":["static\u002Fchunks\u002Fpages\u002Fadmin\u002Flogin.js"],sortedPages:["\u002F_app","\u002F_error","\u002Fadmin\u002Flogin"]};self.__BUILD_MANIFEST_CB && self.__BUILD_MANIFEST_CB() \ No newline at end of file diff --git a/.next/trace b/.next/trace index 19e5436..168d57f 100644 --- a/.next/trace +++ b/.next/trace @@ -1,2 +1,2 @@ -[{"traceId":"c9ef5957c6d1e32e","name":"hot-reloader","id":1,"timestamp":26170837099,"duration":40,"tags":{"version":"13.5.11"},"startTime":1755708868611},{"traceId":"c9ef5957c6d1e32e","parentId":1,"name":"start","id":2,"timestamp":26170837959,"duration":2,"tags":{},"startTime":1755708868612},{"traceId":"c9ef5957c6d1e32e","parentId":2,"name":"get-version-info","id":3,"timestamp":26170838163,"duration":587116,"tags":{},"startTime":1755708868612},{"traceId":"c9ef5957c6d1e32e","parentId":2,"name":"clean","id":4,"timestamp":26171425341,"duration":1844,"tags":{},"startTime":1755708869199},{"traceId":"c9ef5957c6d1e32e","parentId":5,"name":"get-page-paths","id":6,"timestamp":26171428352,"duration":850,"tags":{},"startTime":1755708869202},{"traceId":"c9ef5957c6d1e32e","parentId":5,"name":"create-pages-mapping","id":7,"timestamp":26171429228,"duration":332,"tags":{},"startTime":1755708869203},{"traceId":"c9ef5957c6d1e32e","parentId":5,"name":"create-entrypoints","id":8,"timestamp":26171429575,"duration":2446,"tags":{},"startTime":1755708869203},{"traceId":"c9ef5957c6d1e32e","parentId":5,"name":"generate-webpack-config","id":9,"timestamp":26171432057,"duration":68932,"tags":{},"startTime":1755708869206},{"traceId":"c9ef5957c6d1e32e","parentId":2,"name":"get-webpack-config","id":5,"timestamp":26171428268,"duration":72744,"tags":{},"startTime":1755708869202},{"traceId":"c9ef5957c6d1e32e","parentId":10,"name":"make","id":11,"timestamp":26171577710,"duration":1204,"tags":{},"startTime":1755708869352},{"traceId":"c9ef5957c6d1e32e","parentId":12,"name":"chunk-graph","id":13,"timestamp":26171580859,"duration":662,"tags":{},"startTime":1755708869355},{"traceId":"c9ef5957c6d1e32e","parentId":12,"name":"optimize-modules","id":15,"timestamp":26171581643,"duration":30,"tags":{},"startTime":1755708869356},{"traceId":"c9ef5957c6d1e32e","parentId":12,"name":"optimize-chunks","id":16,"timestamp":26171581807,"duration":222,"tags":{},"startTime":1755708869356},{"traceId":"c9ef5957c6d1e32e","parentId":12,"name":"optimize-tree","id":17,"timestamp":26171582099,"duration":116,"tags":{},"startTime":1755708869356},{"traceId":"c9ef5957c6d1e32e","parentId":12,"name":"optimize-chunk-modules","id":18,"timestamp":26171582411,"duration":133,"tags":{},"startTime":1755708869356},{"traceId":"c9ef5957c6d1e32e","parentId":12,"name":"optimize","id":14,"timestamp":26171581587,"duration":1133,"tags":{},"startTime":1755708869355},{"traceId":"c9ef5957c6d1e32e","parentId":12,"name":"module-hash","id":19,"timestamp":26171583791,"duration":110,"tags":{},"startTime":1755708869358},{"traceId":"c9ef5957c6d1e32e","parentId":12,"name":"code-generation","id":20,"timestamp":26171583937,"duration":243,"tags":{},"startTime":1755708869358},{"traceId":"c9ef5957c6d1e32e","parentId":12,"name":"hash","id":21,"timestamp":26171584459,"duration":590,"tags":{},"startTime":1755708869358},{"traceId":"c9ef5957c6d1e32e","parentId":12,"name":"code-generation-jobs","id":22,"timestamp":26171585047,"duration":143,"tags":{},"startTime":1755708869359},{"traceId":"c9ef5957c6d1e32e","parentId":12,"name":"module-assets","id":23,"timestamp":26171585155,"duration":93,"tags":{},"startTime":1755708869359},{"traceId":"c9ef5957c6d1e32e","parentId":12,"name":"create-chunk-assets","id":24,"timestamp":26171585260,"duration":214,"tags":{},"startTime":1755708869359},{"traceId":"c9ef5957c6d1e32e","parentId":10,"name":"NextJsBuildManifest-generateClientManifest","id":26,"timestamp":26171662326,"duration":801,"tags":{},"startTime":1755708869436},{"traceId":"c9ef5957c6d1e32e","parentId":10,"name":"NextJsBuildManifest-createassets","id":25,"timestamp":26171661962,"duration":1184,"tags":{},"startTime":1755708869436},{"traceId":"c9ef5957c6d1e32e","parentId":10,"name":"seal","id":12,"timestamp":26171580405,"duration":83472,"tags":{},"startTime":1755708869354},{"traceId":"c9ef5957c6d1e32e","parentId":1,"name":"webpack-compilation","id":10,"timestamp":26171571341,"duration":92824,"tags":{"name":"client"},"startTime":1755708869345},{"traceId":"c9ef5957c6d1e32e","parentId":1,"name":"emit","id":27,"timestamp":26171664562,"duration":12133,"tags":{},"startTime":1755708869438},{"traceId":"c9ef5957c6d1e32e","parentId":28,"name":"make","id":29,"timestamp":26171684913,"duration":1046,"tags":{},"startTime":1755708869459},{"traceId":"c9ef5957c6d1e32e","parentId":30,"name":"chunk-graph","id":31,"timestamp":26171686198,"duration":30,"tags":{},"startTime":1755708869460},{"traceId":"c9ef5957c6d1e32e","parentId":30,"name":"optimize-modules","id":33,"timestamp":26171686248,"duration":5,"tags":{},"startTime":1755708869460},{"traceId":"c9ef5957c6d1e32e","parentId":30,"name":"optimize-chunks","id":34,"timestamp":26171686322,"duration":783,"tags":{},"startTime":1755708869460},{"traceId":"c9ef5957c6d1e32e","parentId":30,"name":"optimize-tree","id":35,"timestamp":26171687158,"duration":11,"tags":{},"startTime":1755708869461},{"traceId":"c9ef5957c6d1e32e","parentId":30,"name":"optimize-chunk-modules","id":36,"timestamp":26171687225,"duration":10,"tags":{},"startTime":1755708869461},{"traceId":"c9ef5957c6d1e32e","parentId":30,"name":"optimize","id":32,"timestamp":26171686242,"duration":1063,"tags":{},"startTime":1755708869460},{"traceId":"c9ef5957c6d1e32e","parentId":30,"name":"module-hash","id":37,"timestamp":26171687547,"duration":10,"tags":{},"startTime":1755708869461},{"traceId":"c9ef5957c6d1e32e","parentId":30,"name":"code-generation","id":38,"timestamp":26171687568,"duration":7,"tags":{},"startTime":1755708869461},{"traceId":"c9ef5957c6d1e32e","parentId":30,"name":"hash","id":39,"timestamp":26171687617,"duration":81,"tags":{},"startTime":1755708869461},{"traceId":"c9ef5957c6d1e32e","parentId":30,"name":"code-generation-jobs","id":40,"timestamp":26171687698,"duration":56,"tags":{},"startTime":1755708869462},{"traceId":"c9ef5957c6d1e32e","parentId":30,"name":"module-assets","id":41,"timestamp":26171687744,"duration":16,"tags":{},"startTime":1755708869462},{"traceId":"c9ef5957c6d1e32e","parentId":30,"name":"create-chunk-assets","id":42,"timestamp":26171687767,"duration":15,"tags":{},"startTime":1755708869462},{"traceId":"c9ef5957c6d1e32e","parentId":28,"name":"seal","id":30,"timestamp":26171686154,"duration":2142,"tags":{},"startTime":1755708869460},{"traceId":"c9ef5957c6d1e32e","parentId":1,"name":"webpack-compilation","id":28,"timestamp":26171684042,"duration":4315,"tags":{"name":"server"},"startTime":1755708869458},{"traceId":"c9ef5957c6d1e32e","parentId":1,"name":"emit","id":43,"timestamp":26171688479,"duration":4360,"tags":{},"startTime":1755708869462},{"traceId":"c9ef5957c6d1e32e","parentId":44,"name":"make","id":45,"timestamp":26171696748,"duration":160,"tags":{},"startTime":1755708869471},{"traceId":"c9ef5957c6d1e32e","parentId":46,"name":"chunk-graph","id":47,"timestamp":26171697392,"duration":26,"tags":{},"startTime":1755708869471},{"traceId":"c9ef5957c6d1e32e","parentId":46,"name":"optimize-modules","id":49,"timestamp":26171697437,"duration":4,"tags":{},"startTime":1755708869471},{"traceId":"c9ef5957c6d1e32e","parentId":46,"name":"optimize-chunks","id":50,"timestamp":26171697502,"duration":14,"tags":{},"startTime":1755708869471},{"traceId":"c9ef5957c6d1e32e","parentId":46,"name":"optimize-tree","id":51,"timestamp":26171697532,"duration":6,"tags":{},"startTime":1755708869471},{"traceId":"c9ef5957c6d1e32e","parentId":46,"name":"optimize-chunk-modules","id":52,"timestamp":26171697553,"duration":6,"tags":{},"startTime":1755708869471},{"traceId":"c9ef5957c6d1e32e","parentId":46,"name":"optimize","id":48,"timestamp":26171697430,"duration":144,"tags":{},"startTime":1755708869471},{"traceId":"c9ef5957c6d1e32e","parentId":46,"name":"module-hash","id":53,"timestamp":26171697676,"duration":8,"tags":{},"startTime":1755708869472},{"traceId":"c9ef5957c6d1e32e","parentId":46,"name":"code-generation","id":54,"timestamp":26171697692,"duration":7,"tags":{},"startTime":1755708869472},{"traceId":"c9ef5957c6d1e32e","parentId":46,"name":"hash","id":55,"timestamp":26171697745,"duration":88,"tags":{},"startTime":1755708869472},{"traceId":"c9ef5957c6d1e32e","parentId":46,"name":"code-generation-jobs","id":56,"timestamp":26171697832,"duration":22,"tags":{},"startTime":1755708869472},{"traceId":"c9ef5957c6d1e32e","parentId":46,"name":"module-assets","id":57,"timestamp":26171697848,"duration":10,"tags":{},"startTime":1755708869472},{"traceId":"c9ef5957c6d1e32e","parentId":46,"name":"create-chunk-assets","id":58,"timestamp":26171697863,"duration":13,"tags":{},"startTime":1755708869472},{"traceId":"c9ef5957c6d1e32e","parentId":44,"name":"seal","id":46,"timestamp":26171697353,"duration":1008,"tags":{},"startTime":1755708869471},{"traceId":"c9ef5957c6d1e32e","parentId":1,"name":"webpack-compilation","id":44,"timestamp":26171695482,"duration":2913,"tags":{"name":"edge-server"},"startTime":1755708869469},{"traceId":"c9ef5957c6d1e32e","parentId":1,"name":"emit","id":59,"timestamp":26171698434,"duration":4520,"tags":{},"startTime":1755708869472}] -[{"traceId":"c9ef5957c6d1e32e","parentId":63,"name":"make","id":64,"timestamp":26171945290,"duration":222,"tags":{},"startTime":1755708869719},{"traceId":"c9ef5957c6d1e32e","parentId":65,"name":"chunk-graph","id":66,"timestamp":26171945646,"duration":25,"tags":{},"startTime":1755708869720},{"traceId":"c9ef5957c6d1e32e","parentId":65,"name":"optimize-modules","id":68,"timestamp":26171945688,"duration":4,"tags":{},"startTime":1755708869720},{"traceId":"c9ef5957c6d1e32e","parentId":65,"name":"optimize-chunks","id":69,"timestamp":26171945705,"duration":8,"tags":{},"startTime":1755708869720},{"traceId":"c9ef5957c6d1e32e","parentId":65,"name":"optimize-tree","id":70,"timestamp":26171945725,"duration":5,"tags":{},"startTime":1755708869720},{"traceId":"c9ef5957c6d1e32e","parentId":65,"name":"optimize-chunk-modules","id":71,"timestamp":26171945744,"duration":5,"tags":{},"startTime":1755708869720},{"traceId":"c9ef5957c6d1e32e","parentId":65,"name":"optimize","id":67,"timestamp":26171945682,"duration":93,"tags":{},"startTime":1755708869720},{"traceId":"c9ef5957c6d1e32e","parentId":65,"name":"module-hash","id":72,"timestamp":26171945875,"duration":8,"tags":{},"startTime":1755708869720},{"traceId":"c9ef5957c6d1e32e","parentId":65,"name":"code-generation","id":73,"timestamp":26171945892,"duration":6,"tags":{},"startTime":1755708869720},{"traceId":"c9ef5957c6d1e32e","parentId":65,"name":"hash","id":74,"timestamp":26171945929,"duration":57,"tags":{},"startTime":1755708869720},{"traceId":"c9ef5957c6d1e32e","parentId":65,"name":"code-generation-jobs","id":75,"timestamp":26171945986,"duration":20,"tags":{},"startTime":1755708869720},{"traceId":"c9ef5957c6d1e32e","parentId":65,"name":"module-assets","id":76,"timestamp":26171946001,"duration":8,"tags":{},"startTime":1755708869720},{"traceId":"c9ef5957c6d1e32e","parentId":65,"name":"create-chunk-assets","id":77,"timestamp":26171946014,"duration":16,"tags":{},"startTime":1755708869720},{"traceId":"c9ef5957c6d1e32e","parentId":63,"name":"NextJsBuildManifest-generateClientManifest","id":79,"timestamp":26171946329,"duration":186,"tags":{},"startTime":1755708869720},{"traceId":"c9ef5957c6d1e32e","parentId":63,"name":"NextJsBuildManifest-createassets","id":78,"timestamp":26171946294,"duration":228,"tags":{},"startTime":1755708869720},{"traceId":"c9ef5957c6d1e32e","parentId":63,"name":"seal","id":65,"timestamp":26171945614,"duration":1038,"tags":{},"startTime":1755708869719},{"traceId":"c9ef5957c6d1e32e","parentId":60,"name":"webpack-compilation","id":63,"timestamp":26171944529,"duration":2148,"tags":{"name":"client"},"startTime":1755708869718},{"traceId":"c9ef5957c6d1e32e","parentId":60,"name":"emit","id":80,"timestamp":26171946702,"duration":112642,"tags":{},"startTime":1755708869721},{"traceId":"c9ef5957c6d1e32e","parentId":1,"name":"webpack-invalidated-client","id":60,"timestamp":26171939785,"duration":120519,"tags":{"trigger":"manual"},"startTime":1755708869714},{"traceId":"c9ef5957c6d1e32e","parentId":81,"name":"make","id":82,"timestamp":26172062010,"duration":213,"tags":{},"startTime":1755708869836},{"traceId":"c9ef5957c6d1e32e","parentId":83,"name":"chunk-graph","id":84,"timestamp":26172062340,"duration":29,"tags":{},"startTime":1755708869836},{"traceId":"c9ef5957c6d1e32e","parentId":83,"name":"optimize-modules","id":86,"timestamp":26172062386,"duration":4,"tags":{},"startTime":1755708869836},{"traceId":"c9ef5957c6d1e32e","parentId":83,"name":"optimize-chunks","id":87,"timestamp":26172062462,"duration":108,"tags":{},"startTime":1755708869836},{"traceId":"c9ef5957c6d1e32e","parentId":83,"name":"optimize-tree","id":88,"timestamp":26172062586,"duration":6,"tags":{},"startTime":1755708869836},{"traceId":"c9ef5957c6d1e32e","parentId":83,"name":"optimize-chunk-modules","id":89,"timestamp":26172062610,"duration":5,"tags":{},"startTime":1755708869836},{"traceId":"c9ef5957c6d1e32e","parentId":83,"name":"optimize","id":85,"timestamp":26172062380,"duration":257,"tags":{},"startTime":1755708869836},{"traceId":"c9ef5957c6d1e32e","parentId":83,"name":"module-hash","id":90,"timestamp":26172062823,"duration":8,"tags":{},"startTime":1755708869837},{"traceId":"c9ef5957c6d1e32e","parentId":83,"name":"code-generation","id":91,"timestamp":26172062840,"duration":7,"tags":{},"startTime":1755708869837},{"traceId":"c9ef5957c6d1e32e","parentId":83,"name":"hash","id":92,"timestamp":26172062877,"duration":75,"tags":{},"startTime":1755708869837},{"traceId":"c9ef5957c6d1e32e","parentId":83,"name":"code-generation-jobs","id":93,"timestamp":26172062952,"duration":21,"tags":{},"startTime":1755708869837},{"traceId":"c9ef5957c6d1e32e","parentId":83,"name":"module-assets","id":94,"timestamp":26172062967,"duration":9,"tags":{},"startTime":1755708869837},{"traceId":"c9ef5957c6d1e32e","parentId":83,"name":"create-chunk-assets","id":95,"timestamp":26172062980,"duration":17,"tags":{},"startTime":1755708869837},{"traceId":"c9ef5957c6d1e32e","parentId":81,"name":"seal","id":83,"timestamp":26172062311,"duration":909,"tags":{},"startTime":1755708869836},{"traceId":"c9ef5957c6d1e32e","parentId":61,"name":"webpack-compilation","id":81,"timestamp":26172061318,"duration":1936,"tags":{"name":"server"},"startTime":1755708869835},{"traceId":"c9ef5957c6d1e32e","parentId":61,"name":"emit","id":96,"timestamp":26172063275,"duration":10539,"tags":{},"startTime":1755708869837},{"traceId":"c9ef5957c6d1e32e","parentId":1,"name":"webpack-invalidated-server","id":61,"timestamp":26171939958,"duration":134508,"tags":{"trigger":"manual"},"startTime":1755708869714},{"traceId":"c9ef5957c6d1e32e","parentId":97,"name":"make","id":98,"timestamp":26172076497,"duration":236,"tags":{},"startTime":1755708869850},{"traceId":"c9ef5957c6d1e32e","parentId":99,"name":"chunk-graph","id":100,"timestamp":26172076988,"duration":25,"tags":{},"startTime":1755708869851},{"traceId":"c9ef5957c6d1e32e","parentId":99,"name":"optimize-modules","id":102,"timestamp":26172077035,"duration":6,"tags":{},"startTime":1755708869851},{"traceId":"c9ef5957c6d1e32e","parentId":99,"name":"optimize-chunks","id":103,"timestamp":26172077057,"duration":11,"tags":{},"startTime":1755708869851},{"traceId":"c9ef5957c6d1e32e","parentId":99,"name":"optimize-tree","id":104,"timestamp":26172077082,"duration":6,"tags":{},"startTime":1755708869851},{"traceId":"c9ef5957c6d1e32e","parentId":99,"name":"optimize-chunk-modules","id":105,"timestamp":26172077104,"duration":6,"tags":{},"startTime":1755708869851},{"traceId":"c9ef5957c6d1e32e","parentId":99,"name":"optimize","id":101,"timestamp":26172077026,"duration":102,"tags":{},"startTime":1755708869851},{"traceId":"c9ef5957c6d1e32e","parentId":99,"name":"module-hash","id":106,"timestamp":26172077223,"duration":8,"tags":{},"startTime":1755708869851},{"traceId":"c9ef5957c6d1e32e","parentId":99,"name":"code-generation","id":107,"timestamp":26172077243,"duration":7,"tags":{},"startTime":1755708869851},{"traceId":"c9ef5957c6d1e32e","parentId":99,"name":"hash","id":108,"timestamp":26172077282,"duration":50,"tags":{},"startTime":1755708869851},{"traceId":"c9ef5957c6d1e32e","parentId":99,"name":"code-generation-jobs","id":109,"timestamp":26172077332,"duration":20,"tags":{},"startTime":1755708869851},{"traceId":"c9ef5957c6d1e32e","parentId":99,"name":"module-assets","id":110,"timestamp":26172077346,"duration":9,"tags":{},"startTime":1755708869851},{"traceId":"c9ef5957c6d1e32e","parentId":99,"name":"create-chunk-assets","id":111,"timestamp":26172077360,"duration":14,"tags":{},"startTime":1755708869851},{"traceId":"c9ef5957c6d1e32e","parentId":97,"name":"seal","id":99,"timestamp":26172076952,"duration":714,"tags":{},"startTime":1755708869851},{"traceId":"c9ef5957c6d1e32e","parentId":62,"name":"webpack-compilation","id":97,"timestamp":26172075646,"duration":2047,"tags":{"name":"edge-server"},"startTime":1755708869850},{"traceId":"c9ef5957c6d1e32e","parentId":62,"name":"emit","id":112,"timestamp":26172077713,"duration":1415,"tags":{},"startTime":1755708869852},{"traceId":"c9ef5957c6d1e32e","parentId":1,"name":"webpack-invalidated-edge-server","id":62,"timestamp":26171940021,"duration":140042,"tags":{"trigger":"manual"},"startTime":1755708869714}] +[{"traceId":"1ab5e78bd843198c","name":"hot-reloader","id":1,"timestamp":105290818992,"duration":52,"tags":{"version":"13.5.11"},"startTime":1756212559307},{"traceId":"1ab5e78bd843198c","parentId":1,"name":"start","id":2,"timestamp":105290819880,"duration":2,"tags":{},"startTime":1756212559308},{"traceId":"1ab5e78bd843198c","parentId":2,"name":"get-version-info","id":3,"timestamp":105290820073,"duration":618767,"tags":{},"startTime":1756212559308},{"traceId":"1ab5e78bd843198c","parentId":2,"name":"clean","id":4,"timestamp":105291438895,"duration":1900,"tags":{},"startTime":1756212559927},{"traceId":"1ab5e78bd843198c","parentId":5,"name":"get-page-paths","id":6,"timestamp":105291441840,"duration":1214,"tags":{},"startTime":1756212559930},{"traceId":"1ab5e78bd843198c","parentId":5,"name":"create-pages-mapping","id":7,"timestamp":105291443085,"duration":346,"tags":{},"startTime":1756212559931},{"traceId":"1ab5e78bd843198c","parentId":5,"name":"create-entrypoints","id":8,"timestamp":105291443449,"duration":2748,"tags":{},"startTime":1756212559932},{"traceId":"1ab5e78bd843198c","parentId":5,"name":"generate-webpack-config","id":9,"timestamp":105291446236,"duration":190426,"tags":{},"startTime":1756212559935},{"traceId":"1ab5e78bd843198c","parentId":2,"name":"get-webpack-config","id":5,"timestamp":105291441728,"duration":194955,"tags":{},"startTime":1756212559930},{"traceId":"1ab5e78bd843198c","parentId":10,"name":"make","id":11,"timestamp":105291712993,"duration":1264,"tags":{},"startTime":1756212560201},{"traceId":"1ab5e78bd843198c","parentId":12,"name":"chunk-graph","id":13,"timestamp":105291716226,"duration":669,"tags":{},"startTime":1756212560205},{"traceId":"1ab5e78bd843198c","parentId":12,"name":"optimize-modules","id":15,"timestamp":105291717015,"duration":27,"tags":{},"startTime":1756212560205},{"traceId":"1ab5e78bd843198c","parentId":12,"name":"optimize-chunks","id":16,"timestamp":105291717175,"duration":224,"tags":{},"startTime":1756212560206},{"traceId":"1ab5e78bd843198c","parentId":12,"name":"optimize-tree","id":17,"timestamp":105291717464,"duration":112,"tags":{},"startTime":1756212560206},{"traceId":"1ab5e78bd843198c","parentId":12,"name":"optimize-chunk-modules","id":18,"timestamp":105291717770,"duration":121,"tags":{},"startTime":1756212560206},{"traceId":"1ab5e78bd843198c","parentId":12,"name":"optimize","id":14,"timestamp":105291716961,"duration":1093,"tags":{},"startTime":1756212560205},{"traceId":"1ab5e78bd843198c","parentId":12,"name":"module-hash","id":19,"timestamp":105291719001,"duration":94,"tags":{},"startTime":1756212560207},{"traceId":"1ab5e78bd843198c","parentId":12,"name":"code-generation","id":20,"timestamp":105291719130,"duration":228,"tags":{},"startTime":1756212560208},{"traceId":"1ab5e78bd843198c","parentId":12,"name":"hash","id":21,"timestamp":105291719622,"duration":573,"tags":{},"startTime":1756212560208},{"traceId":"1ab5e78bd843198c","parentId":12,"name":"code-generation-jobs","id":22,"timestamp":105291720193,"duration":140,"tags":{},"startTime":1756212560209},{"traceId":"1ab5e78bd843198c","parentId":12,"name":"module-assets","id":23,"timestamp":105291720299,"duration":91,"tags":{},"startTime":1756212560209},{"traceId":"1ab5e78bd843198c","parentId":12,"name":"create-chunk-assets","id":24,"timestamp":105291720401,"duration":206,"tags":{},"startTime":1756212560209},{"traceId":"1ab5e78bd843198c","parentId":10,"name":"NextJsBuildManifest-generateClientManifest","id":26,"timestamp":105291732150,"duration":866,"tags":{},"startTime":1756212560221},{"traceId":"1ab5e78bd843198c","parentId":10,"name":"NextJsBuildManifest-createassets","id":25,"timestamp":105291731708,"duration":1327,"tags":{},"startTime":1756212560220},{"traceId":"1ab5e78bd843198c","parentId":10,"name":"seal","id":12,"timestamp":105291715770,"duration":18040,"tags":{},"startTime":1756212560204},{"traceId":"1ab5e78bd843198c","parentId":1,"name":"webpack-compilation","id":10,"timestamp":105291706823,"duration":27279,"tags":{"name":"client"},"startTime":1756212560195},{"traceId":"1ab5e78bd843198c","parentId":1,"name":"emit","id":27,"timestamp":105291734496,"duration":503750,"tags":{},"startTime":1756212560223},{"traceId":"1ab5e78bd843198c","parentId":28,"name":"make","id":29,"timestamp":105292246565,"duration":1003,"tags":{},"startTime":1756212560735},{"traceId":"1ab5e78bd843198c","parentId":30,"name":"chunk-graph","id":31,"timestamp":105292247811,"duration":29,"tags":{},"startTime":1756212560736},{"traceId":"1ab5e78bd843198c","parentId":30,"name":"optimize-modules","id":33,"timestamp":105292247860,"duration":5,"tags":{},"startTime":1756212560736},{"traceId":"1ab5e78bd843198c","parentId":30,"name":"optimize-chunks","id":34,"timestamp":105292247928,"duration":777,"tags":{},"startTime":1756212560736},{"traceId":"1ab5e78bd843198c","parentId":30,"name":"optimize-tree","id":35,"timestamp":105292248757,"duration":12,"tags":{},"startTime":1756212560737},{"traceId":"1ab5e78bd843198c","parentId":30,"name":"optimize-chunk-modules","id":36,"timestamp":105292248828,"duration":10,"tags":{},"startTime":1756212560737},{"traceId":"1ab5e78bd843198c","parentId":30,"name":"optimize","id":32,"timestamp":105292247853,"duration":1053,"tags":{},"startTime":1756212560736},{"traceId":"1ab5e78bd843198c","parentId":30,"name":"module-hash","id":37,"timestamp":105292249126,"duration":9,"tags":{},"startTime":1756212560738},{"traceId":"1ab5e78bd843198c","parentId":30,"name":"code-generation","id":38,"timestamp":105292249146,"duration":7,"tags":{},"startTime":1756212560738},{"traceId":"1ab5e78bd843198c","parentId":30,"name":"hash","id":39,"timestamp":105292249195,"duration":80,"tags":{},"startTime":1756212560738},{"traceId":"1ab5e78bd843198c","parentId":30,"name":"code-generation-jobs","id":40,"timestamp":105292249274,"duration":53,"tags":{},"startTime":1756212560738},{"traceId":"1ab5e78bd843198c","parentId":30,"name":"module-assets","id":41,"timestamp":105292249317,"duration":17,"tags":{},"startTime":1756212560738},{"traceId":"1ab5e78bd843198c","parentId":30,"name":"create-chunk-assets","id":42,"timestamp":105292249340,"duration":14,"tags":{},"startTime":1756212560738},{"traceId":"1ab5e78bd843198c","parentId":28,"name":"seal","id":30,"timestamp":105292247765,"duration":2084,"tags":{},"startTime":1756212560736},{"traceId":"1ab5e78bd843198c","parentId":1,"name":"webpack-compilation","id":28,"timestamp":105292245684,"duration":4223,"tags":{"name":"server"},"startTime":1756212560734},{"traceId":"1ab5e78bd843198c","parentId":1,"name":"emit","id":43,"timestamp":105292250024,"duration":112124,"tags":{},"startTime":1756212560738},{"traceId":"1ab5e78bd843198c","parentId":44,"name":"make","id":45,"timestamp":105292366879,"duration":208,"tags":{},"startTime":1756212560855},{"traceId":"1ab5e78bd843198c","parentId":46,"name":"chunk-graph","id":47,"timestamp":105292367582,"duration":25,"tags":{},"startTime":1756212560856},{"traceId":"1ab5e78bd843198c","parentId":46,"name":"optimize-modules","id":49,"timestamp":105292367626,"duration":5,"tags":{},"startTime":1756212560856},{"traceId":"1ab5e78bd843198c","parentId":46,"name":"optimize-chunks","id":50,"timestamp":105292367698,"duration":15,"tags":{},"startTime":1756212560856},{"traceId":"1ab5e78bd843198c","parentId":46,"name":"optimize-tree","id":51,"timestamp":105292367729,"duration":7,"tags":{},"startTime":1756212560856},{"traceId":"1ab5e78bd843198c","parentId":46,"name":"optimize-chunk-modules","id":52,"timestamp":105292367751,"duration":5,"tags":{},"startTime":1756212560856},{"traceId":"1ab5e78bd843198c","parentId":46,"name":"optimize","id":48,"timestamp":105292367620,"duration":152,"tags":{},"startTime":1756212560856},{"traceId":"1ab5e78bd843198c","parentId":46,"name":"module-hash","id":53,"timestamp":105292367875,"duration":7,"tags":{},"startTime":1756212560856},{"traceId":"1ab5e78bd843198c","parentId":46,"name":"code-generation","id":54,"timestamp":105292367892,"duration":7,"tags":{},"startTime":1756212560856},{"traceId":"1ab5e78bd843198c","parentId":46,"name":"hash","id":55,"timestamp":105292367933,"duration":90,"tags":{},"startTime":1756212560856},{"traceId":"1ab5e78bd843198c","parentId":46,"name":"code-generation-jobs","id":56,"timestamp":105292368023,"duration":22,"tags":{},"startTime":1756212560856},{"traceId":"1ab5e78bd843198c","parentId":46,"name":"module-assets","id":57,"timestamp":105292368039,"duration":9,"tags":{},"startTime":1756212560856},{"traceId":"1ab5e78bd843198c","parentId":46,"name":"create-chunk-assets","id":58,"timestamp":105292368053,"duration":12,"tags":{},"startTime":1756212560856},{"traceId":"1ab5e78bd843198c","parentId":44,"name":"seal","id":46,"timestamp":105292367541,"duration":1012,"tags":{},"startTime":1756212560856},{"traceId":"1ab5e78bd843198c","parentId":1,"name":"webpack-compilation","id":44,"timestamp":105292365391,"duration":3202,"tags":{"name":"edge-server"},"startTime":1756212560854},{"traceId":"1ab5e78bd843198c","parentId":1,"name":"emit","id":59,"timestamp":105292368635,"duration":15215,"tags":{},"startTime":1756212560857}] +[{"traceId":"1ab5e78bd843198c","parentId":63,"name":"make","id":64,"timestamp":105292645392,"duration":229,"tags":{},"startTime":1756212561134},{"traceId":"1ab5e78bd843198c","parentId":65,"name":"chunk-graph","id":66,"timestamp":105292645814,"duration":39,"tags":{},"startTime":1756212561134},{"traceId":"1ab5e78bd843198c","parentId":65,"name":"optimize-modules","id":68,"timestamp":105292645883,"duration":7,"tags":{},"startTime":1756212561134},{"traceId":"1ab5e78bd843198c","parentId":65,"name":"optimize-chunks","id":69,"timestamp":105292645912,"duration":17,"tags":{},"startTime":1756212561134},{"traceId":"1ab5e78bd843198c","parentId":65,"name":"optimize-tree","id":70,"timestamp":105292645950,"duration":10,"tags":{},"startTime":1756212561134},{"traceId":"1ab5e78bd843198c","parentId":65,"name":"optimize-chunk-modules","id":71,"timestamp":105292645981,"duration":5,"tags":{},"startTime":1756212561134},{"traceId":"1ab5e78bd843198c","parentId":65,"name":"optimize","id":67,"timestamp":105292645872,"duration":142,"tags":{},"startTime":1756212561134},{"traceId":"1ab5e78bd843198c","parentId":65,"name":"module-hash","id":72,"timestamp":105292646115,"duration":7,"tags":{},"startTime":1756212561134},{"traceId":"1ab5e78bd843198c","parentId":65,"name":"code-generation","id":73,"timestamp":105292646131,"duration":7,"tags":{},"startTime":1756212561135},{"traceId":"1ab5e78bd843198c","parentId":65,"name":"hash","id":74,"timestamp":105292646171,"duration":67,"tags":{},"startTime":1756212561135},{"traceId":"1ab5e78bd843198c","parentId":65,"name":"code-generation-jobs","id":75,"timestamp":105292646239,"duration":20,"tags":{},"startTime":1756212561135},{"traceId":"1ab5e78bd843198c","parentId":65,"name":"module-assets","id":76,"timestamp":105292646253,"duration":9,"tags":{},"startTime":1756212561135},{"traceId":"1ab5e78bd843198c","parentId":65,"name":"create-chunk-assets","id":77,"timestamp":105292646266,"duration":14,"tags":{},"startTime":1756212561135},{"traceId":"1ab5e78bd843198c","parentId":63,"name":"NextJsBuildManifest-generateClientManifest","id":79,"timestamp":105292646638,"duration":206,"tags":{},"startTime":1756212561135},{"traceId":"1ab5e78bd843198c","parentId":63,"name":"NextJsBuildManifest-createassets","id":78,"timestamp":105292646595,"duration":254,"tags":{},"startTime":1756212561135},{"traceId":"1ab5e78bd843198c","parentId":63,"name":"seal","id":65,"timestamp":105292645766,"duration":1224,"tags":{},"startTime":1756212561134},{"traceId":"1ab5e78bd843198c","parentId":60,"name":"webpack-compilation","id":63,"timestamp":105292644675,"duration":2347,"tags":{"name":"client"},"startTime":1756212561133},{"traceId":"1ab5e78bd843198c","parentId":60,"name":"emit","id":80,"timestamp":105292647054,"duration":116991,"tags":{},"startTime":1756212561135},{"traceId":"1ab5e78bd843198c","parentId":1,"name":"webpack-invalidated-client","id":60,"timestamp":105292640514,"duration":124615,"tags":{"trigger":"manual"},"startTime":1756212561129},{"traceId":"1ab5e78bd843198c","parentId":81,"name":"make","id":82,"timestamp":105292766843,"duration":241,"tags":{},"startTime":1756212561255},{"traceId":"1ab5e78bd843198c","parentId":83,"name":"chunk-graph","id":84,"timestamp":105292767198,"duration":29,"tags":{},"startTime":1756212561256},{"traceId":"1ab5e78bd843198c","parentId":83,"name":"optimize-modules","id":86,"timestamp":105292767243,"duration":4,"tags":{},"startTime":1756212561256},{"traceId":"1ab5e78bd843198c","parentId":83,"name":"optimize-chunks","id":87,"timestamp":105292767319,"duration":51,"tags":{},"startTime":1756212561256},{"traceId":"1ab5e78bd843198c","parentId":83,"name":"optimize-tree","id":88,"timestamp":105292767385,"duration":6,"tags":{},"startTime":1756212561256},{"traceId":"1ab5e78bd843198c","parentId":83,"name":"optimize-chunk-modules","id":89,"timestamp":105292767408,"duration":5,"tags":{},"startTime":1756212561256},{"traceId":"1ab5e78bd843198c","parentId":83,"name":"optimize","id":85,"timestamp":105292767237,"duration":197,"tags":{},"startTime":1756212561256},{"traceId":"1ab5e78bd843198c","parentId":83,"name":"module-hash","id":90,"timestamp":105292767644,"duration":7,"tags":{},"startTime":1756212561256},{"traceId":"1ab5e78bd843198c","parentId":83,"name":"code-generation","id":91,"timestamp":105292767661,"duration":7,"tags":{},"startTime":1756212561256},{"traceId":"1ab5e78bd843198c","parentId":83,"name":"hash","id":92,"timestamp":105292767699,"duration":69,"tags":{},"startTime":1756212561256},{"traceId":"1ab5e78bd843198c","parentId":83,"name":"code-generation-jobs","id":93,"timestamp":105292767768,"duration":20,"tags":{},"startTime":1756212561256},{"traceId":"1ab5e78bd843198c","parentId":83,"name":"module-assets","id":94,"timestamp":105292767783,"duration":9,"tags":{},"startTime":1756212561256},{"traceId":"1ab5e78bd843198c","parentId":83,"name":"create-chunk-assets","id":95,"timestamp":105292767796,"duration":16,"tags":{},"startTime":1756212561256},{"traceId":"1ab5e78bd843198c","parentId":81,"name":"seal","id":83,"timestamp":105292767170,"duration":857,"tags":{},"startTime":1756212561256},{"traceId":"1ab5e78bd843198c","parentId":61,"name":"webpack-compilation","id":81,"timestamp":105292766188,"duration":1871,"tags":{"name":"server"},"startTime":1756212561255},{"traceId":"1ab5e78bd843198c","parentId":61,"name":"emit","id":96,"timestamp":105292768079,"duration":15951,"tags":{},"startTime":1756212561256},{"traceId":"1ab5e78bd843198c","parentId":1,"name":"webpack-invalidated-server","id":61,"timestamp":105292640677,"duration":143888,"tags":{"trigger":"manual"},"startTime":1756212561129},{"traceId":"1ab5e78bd843198c","parentId":97,"name":"make","id":98,"timestamp":105292786545,"duration":282,"tags":{},"startTime":1756212561275},{"traceId":"1ab5e78bd843198c","parentId":99,"name":"chunk-graph","id":100,"timestamp":105292787084,"duration":25,"tags":{},"startTime":1756212561275},{"traceId":"1ab5e78bd843198c","parentId":99,"name":"optimize-modules","id":102,"timestamp":105292787131,"duration":5,"tags":{},"startTime":1756212561276},{"traceId":"1ab5e78bd843198c","parentId":99,"name":"optimize-chunks","id":103,"timestamp":105292787150,"duration":11,"tags":{},"startTime":1756212561276},{"traceId":"1ab5e78bd843198c","parentId":99,"name":"optimize-tree","id":104,"timestamp":105292787174,"duration":6,"tags":{},"startTime":1756212561276},{"traceId":"1ab5e78bd843198c","parentId":99,"name":"optimize-chunk-modules","id":105,"timestamp":105292787195,"duration":6,"tags":{},"startTime":1756212561276},{"traceId":"1ab5e78bd843198c","parentId":99,"name":"optimize","id":101,"timestamp":105292787121,"duration":95,"tags":{},"startTime":1756212561276},{"traceId":"1ab5e78bd843198c","parentId":99,"name":"module-hash","id":106,"timestamp":105292787306,"duration":11,"tags":{},"startTime":1756212561276},{"traceId":"1ab5e78bd843198c","parentId":99,"name":"code-generation","id":107,"timestamp":105292787327,"duration":7,"tags":{},"startTime":1756212561276},{"traceId":"1ab5e78bd843198c","parentId":99,"name":"hash","id":108,"timestamp":105292787364,"duration":50,"tags":{},"startTime":1756212561276},{"traceId":"1ab5e78bd843198c","parentId":99,"name":"code-generation-jobs","id":109,"timestamp":105292787414,"duration":19,"tags":{},"startTime":1756212561276},{"traceId":"1ab5e78bd843198c","parentId":99,"name":"module-assets","id":110,"timestamp":105292787427,"duration":8,"tags":{},"startTime":1756212561276},{"traceId":"1ab5e78bd843198c","parentId":99,"name":"create-chunk-assets","id":111,"timestamp":105292787440,"duration":13,"tags":{},"startTime":1756212561276},{"traceId":"1ab5e78bd843198c","parentId":97,"name":"seal","id":99,"timestamp":105292787051,"duration":688,"tags":{},"startTime":1756212561275},{"traceId":"1ab5e78bd843198c","parentId":62,"name":"webpack-compilation","id":97,"timestamp":105292785701,"duration":2064,"tags":{"name":"edge-server"},"startTime":1756212561274},{"traceId":"1ab5e78bd843198c","parentId":62,"name":"emit","id":112,"timestamp":105292787785,"duration":1968,"tags":{},"startTime":1756212561276},{"traceId":"1ab5e78bd843198c","parentId":1,"name":"webpack-invalidated-edge-server","id":62,"timestamp":105292640735,"duration":149701,"tags":{"trigger":"manual"},"startTime":1756212561129}] diff --git a/data/devlog.json b/data/devlog.json index b319de3..edae7b0 100644 --- a/data/devlog.json +++ b/data/devlog.json @@ -10,7 +10,6 @@ "type": "text", "value": "asdasdasdasdasdasdasd" } - ], - "index": 0 + ] } ] \ No newline at end of file diff --git a/pages/admin/index.js b/pages/admin/index.js index 8c69cdd..3c6ed23 100644 --- a/pages/admin/index.js +++ b/pages/admin/index.js @@ -14,14 +14,18 @@ export default function AdminPanel() { }; const handleSave = async (entry, index = null) => { + // Entferne das 'index' Feld aus dem Entry bevor es gespeichert wird + const cleanEntry = { ...entry }; + delete cleanEntry.index; + let updatedEntries; if (index !== null) { // Bearbeite bestehenden Eintrag - updatedEntries = entries.map((e, i) => i === index ? entry : e); + updatedEntries = entries.map((e, i) => i === index ? cleanEntry : e); } else { // Füge neuen Eintrag hinzu - updatedEntries = [...entries, entry]; + updatedEntries = [...entries, cleanEntry]; } try { @@ -169,7 +173,7 @@ export default function AdminPanel() {
{entry.date}
{entry.description}