Skip to content

Commit

Permalink
Merge pull request #744 from DTS-STN/aa-double
Browse files Browse the repository at this point in the history
fix aa on language toggle and menus
  • Loading branch information
Charles-Pham authored Oct 23, 2024
2 parents 507a8db + b107e52 commit 6eb7fac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/404.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ export const getStaticProps: GetStaticProps = async ({ locale }) => {
langToggleLink,
meta,
isAuth: process.env.AUTH_DISABLED ?? true,
aaPrefix: `ESDC-EDSC_MSCA-MSDC-SCH:404 Error`,
aaMenuPrefix: `ESDC-EDSC_MSCA-MSDC-SCH:Nav Menu`,
},
}
}
Expand Down
2 changes: 2 additions & 0 deletions pages/500.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ export const getStaticProps: GetStaticProps = async ({ locale }) => {
langToggleLink,
meta,
isAuth: process.env.AUTH_DISABLED ?? true,
aaPrefix: `ESDC-EDSC_MSCA-MSDC-SCH:500 Error`,
aaMenuPrefix: `ESDC-EDSC_MSCA-MSDC-SCH:Nav Menu`,
},
}
}
Expand Down

0 comments on commit 6eb7fac

Please sign in to comment.