{"version":3,"file":"static/chunks/pages/index-e2fda9af677ea9f5.js","mappings":"qFACA,CAAAA,OAAAC,QAAA,CAAAD,OAAAC,QAAA,MAAAC,IAAA,EACA,IACA,WACA,OAAeC,EAAQ,KACvB,EACA,iKCMe,SAASC,EAAaC,CAAiC,KAAjC,CAAEC,cAAAA,CAAa,CAAEC,eAAAA,CAAc,CAAE,CAAjCF,EAC3BG,EAAYC,EAAAA,CAAc,CAACH,EAAc,QAC/C,EAGO,GAAAI,EAAAC,GAAA,EAACH,EAAAA,CAAAA,EAAAA,EAAAA,CAAAA,EAAAA,CAAAA,EAAcD,IAFX,GAAAG,EAAAE,IAAA,EAACC,KAAAA,WAAG,aAAWP,EAAc,eAG5C","sources":["webpack://_N_E/","webpack://_N_E/./pages/[...path].js","webpack://_N_E/./pages/index.js"],"sourcesContent":["\n (window.__NEXT_P = window.__NEXT_P || []).push([\n \"/\",\n function () {\n return require(\"private-next-pages/index.js\");\n }\n ]);\n if(module.hot) {\n module.hot.dispose(function () {\n window.__NEXT_P.push([\"/\"])\n });\n }\n ","import querystring from 'querystring';\nimport { serverSideTranslations } from 'next-i18next/serverSideTranslations';\nimport {\n getPage,\n getRedirect,\n getAllPages,\n WagtailApiResponseError,\n} from '../api/wagtail';\nimport LazyContainers from '../containers/LazyContainers';\n\nconst isProd = process.env.NODE_ENV === 'production';\n\nexport default function CatchAllPage({ componentName, componentProps }) {\n const Component = LazyContainers[componentName];\n if (!Component) {\n return