diff --git a/src/app/(frontend)/[locale]/error.tsx b/src/app/(frontend)/[locale]/error.tsx index 486088b..df948c1 100644 --- a/src/app/(frontend)/[locale]/error.tsx +++ b/src/app/(frontend)/[locale]/error.tsx @@ -16,7 +16,8 @@ export default function Error({ }, [error]) return ( -
+
+ {/* SEO Benefit: Using
instead of
for the page's primary content wrapper improves semantic HTML structure, making the content more discoverable and accessible to crawlers. */}
⚠️ @@ -45,6 +46,6 @@ export default function Error({

ERROR_DIGEST: {error.digest || 'UNKNOWN'}

ERROR_MSG: {error.message}

-
+
) }