Skip to content

Commit

Permalink
strategisk tilbaketrekning fra generateStaticParams()
Browse files Browse the repository at this point in the history
  • Loading branch information
toresbe committed Nov 20, 2024
1 parent da2b873 commit 94feea2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/app/[locale]/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,3 @@ export default async function Layout({
</NextIntlClientProvider>
);
}

export async function generateStaticParams() {
return [{locale: "nb"}, {locale: "nn"}, {locale: "en"}];
}

0 comments on commit 94feea2

Please sign in to comment.