Skip to content

Commit a055b92

Browse files
committed
fix: revert nextjs version due to issue with notFound error in 13.4.10
1 parent 2c19b95 commit a055b92

File tree

4 files changed

+40
-45
lines changed

4 files changed

+40
-45
lines changed

pwa/app/(con)/[locale]/con/[edition]/schedule/components/Schedule.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,3 @@ export default function Schedule({
4040
</div>
4141
);
4242
}
43-
44-
export async function generateStaticParams() {
45-
return [{ edition: "2021" }, { edition: "2022" }];
46-
}

pwa/app/(con)/[locale]/con/[edition]/speakers/[slug]/page.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { getConferencesBySpeaker } from "api/con/conferences";
33
import SpeakerPage from "./SpeakerPage";
44
import { Locale, i18n } from "i18n/i18n-config";
55
import { Metadata } from "next";
6-
import { describe } from "node:test";
76

87
async function getSpeaker(slug: string, edition: string, locale: string) {
98
const speaker = await getSpeakerData(slug, edition, locale);

pwa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"mapbox-gl": "^2.15.0",
2727
"markdown-it": "^13.0.1",
2828
"negotiator": "^0.6.3",
29-
"next": "13.4.10",
29+
"next": "13.4.8",
3030
"next-themes": "npm:@wits/next-themes@^0.2.16",
3131
"octokit": "^2.0.19",
3232
"prettier": "^2.8.8",

pwa/pnpm-lock.yaml

Lines changed: 39 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)