Skip to content

Commit

Permalink
fix: environment variable errors under docker
Browse files Browse the repository at this point in the history
  • Loading branch information
hamster1963 committed Sep 30, 2024
1 parent 7d5a2dd commit 56c89a9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/[locale]/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ export const viewport: Viewport = {
userScalable: false,
};

export const dynamic = "force-static";

export async function generateStaticParams() {
return locales.map((locale) => ({ locale }));
}
Expand Down

0 comments on commit 56c89a9

Please sign in to comment.