Update error handling and UI design across multiple files

Enhanced error handling in documentation and blog pages, to ensure smoother running and user experience. This also includes additional UI updates related to font selection, layout arrangement, and interactive elements on error pages, marketing pages, and general site navigation components. Moreover, a "contact us" feature has been added to error pages to help users seek assistance more conveniently.
This commit is contained in:
gbuomprisco
2024-07-18 09:18:16 +02:00
parent 56dfcb872b
commit 1876bbd9e4
17 changed files with 129 additions and 54 deletions

View File

@@ -28,7 +28,11 @@ export function createI18nSettings({
lowerCaseLng: true as const,
fallbackNS: ns,
missingInterpolationHandler: (text, value, options) => {
console.debug(`Missing interpolation value for key: ${text}`, value, options);
console.debug(
`Missing interpolation value for key: ${text}`,
value,
options,
);
},
ns,
react: {