-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponent---src-pages-404-tsx-4ece0595cd06781aa8b9.js.map
1 lines (1 loc) · 2.64 KB
/
component---src-pages-404-tsx-4ece0595cd06781aa8b9.js.map
1
{"version":3,"file":"component---src-pages-404-tsx-4ece0595cd06781aa8b9.js","mappings":"oNAQA,MAAMA,GAAmB,cAAAC,OAAAA,YAAA,KAEnBC,GAAQ,cAAAD,OAAAA,YAAA,EAAAE,KAAAA,UAAAC,OAAAA,uEAMRC,GAAa,cAAAJ,OAAAA,YAAA,EAAAE,KAAAA,UAAAC,OAAAA,qBAIbE,GAAmB,YAAAL,OAAAA,YAAA,EAAAE,KAAAA,SAAAC,OAAAA,uBAInBG,GAAiBC,EAAAA,EAAAA,GAAOC,EAAAA,GAAI,CAAAR,OAAAA,YAAXO,CAAY,CAAAL,KAAAA,UAAAC,OAAAA,gFA8BnC,UArBwC,WACtC,OACEM,EAAAA,EAAAA,GAACV,EAAmB,MAClBU,EAAAA,EAAAA,GAACC,EAAAA,EAAW,OACZD,EAAAA,EAAAA,GAACE,EAAAA,EAAM,OACPF,EAAAA,EAAAA,GAACR,EAAQ,CAACW,UAAU,qBAClBH,EAAAA,EAAAA,GAACL,EAAa,MACZK,EAAAA,EAAAA,GAACI,EAAAA,EAAW,CAACC,IAAI,uBAAuBC,IAAI,MAAKC,YAAAA,EAAAA,UAEnDP,EAAAA,EAAAA,GAACJ,EAAmB,KAAC,qBAEnB,kBAAM,wCAGRI,EAAAA,EAAAA,GAACH,EAAc,CAACW,GAAG,KAAI,eAEzBR,EAAAA,EAAAA,GAACS,EAAAA,EAAM,MAGb,C","sources":["webpack://gatsby-starter-default/./src/pages/404.tsx"],"sourcesContent":["import React, { FunctionComponent } from 'react'\r\nimport styled from '@emotion/styled'\r\nimport { Link } from 'gatsby'\r\nimport GlobalStyle from 'components/common/globalStyle'\r\nimport Header from 'components/common/header'\r\nimport Footer from 'components/common/footer'\r\nimport { StaticImage } from 'gatsby-plugin-image'\r\n\r\nconst NotFoundPageWrapper = styled.div``\r\n\r\nconst NotFound = styled.div`\r\n padding-top: 200px;\r\n min-height: calc(100vh - 185px);\r\n text-align: center;\r\n`\r\n\r\nconst NotFoundImage = styled.div`\r\n margin-top: -15px;\r\n`\r\n\r\nconst NotFoundDescription = styled.p`\r\n margin: 3rem 0 2rem;\r\n`\r\n\r\nconst GoToMainButton = styled(Link)`\r\n font: var(--font-italic);\r\n color: var(--color-graytext);\r\n\r\n &:hover {\r\n color: inherit;\r\n }\r\n`\r\n\r\nconst NotFoundPage: FunctionComponent = function () {\r\n return (\r\n <NotFoundPageWrapper>\r\n <GlobalStyle />\r\n <Header />\r\n <NotFound className=\"contents-wrapper\">\r\n <NotFoundImage>\r\n <StaticImage src=\"../../static/404.png\" alt=\"404\" />\r\n </NotFoundImage>\r\n <NotFoundDescription>\r\n 해당 기록은 존재하지 않습니다.\r\n <br />\r\n 잘못된 URL을 입력하셨거나 변경, 삭제되어 찾을 수 없습니다.\r\n </NotFoundDescription>\r\n <GoToMainButton to=\"/\">Go Home →</GoToMainButton>\r\n </NotFound>\r\n <Footer />\r\n </NotFoundPageWrapper>\r\n )\r\n}\r\n\r\nexport default NotFoundPage\r\n"],"names":["NotFoundPageWrapper","target","NotFound","name","styles","NotFoundImage","NotFoundDescription","GoToMainButton","_styled","Link","___EmotionJSX","GlobalStyle","Header","className","StaticImage","src","alt","__imageData","to","Footer"],"sourceRoot":""}