Skip to content

Commit

Permalink
Update [id].tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
joyponader authored Jul 12, 2024
1 parent 841136a commit a58ad0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ const IS_HAMBURG_PROJECT = process.env.NEXT_PUBLIC_PROJECT === 'Hamburg';
export const index_slug = IS_BERLIN_PROJECT
? 'start'
: IS_HAMBURG_PROJECT
? 'start-hamburg'
: 'start-hamburg'; //set to start-hamburg on expedition-grundeinkommen.de also temporarily
? 'start-hamburg'
: 'start-hamburg'; //set to start-hamburg on expedition-grundeinkommen.de also temporarily

export type PageProps = {
page: Page | null;
Expand Down

0 comments on commit a58ad0f

Please sign in to comment.