{"version":3,"file":"static/chunks/pages/_error-0403f988c2f052dc.js","mappings":"+EACA,4CACA,UACA,WACA,OAAe,EAAQ,KAA+B,CACtD,EACA,SAFsB,kGCUtB,MATkB,GAAoC,UAACA,EAAAA,CAAKA,CAAAA,CAAE,GAAGC,CAAK,MASvDC,SAASA,EAAC","sources":["webpack://_N_E/?adae","webpack://_N_E/./pages/_error.tsx"],"sourcesContent":["\n (window.__NEXT_P = window.__NEXT_P || []).push([\n \"/_error\",\n function () {\n return require(\"private-next-pages/_error.tsx\");\n }\n ]);\n if(module.hot) {\n module.hot.dispose(function () {\n window.__NEXT_P.push([\"/_error\"])\n });\n }\n ","import { Error } from '../components/error/error';\nimport type { GetServerSideProps } from 'next';\nimport { serverSideTranslations } from 'next-i18next/serverSideTranslations';\nimport nextI18nextConfig from '../next-i18next.config';\n\nconst ErrorPage = (props: { statusCode?: number }) => <Error {...props} />;\n\nexport const getServerSideProps: GetServerSideProps = async ({ res }) => ({\n props: {\n ...(await serverSideTranslations('en', ['error-text', 'osc-error-page'], nextI18nextConfig)),\n statusCode: res.statusCode,\n },\n});\n\nexport default ErrorPage;\n"],"names":["Error","props","ErrorPage"],"sourceRoot":"","ignoreList":[]}