maxpou/gatsby-starter-morning-dew

View on GitHub
src/pages/404.js

Summary

Maintainability
A
1 hr
Test Coverage

Function NotFoundPage has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const NotFoundPage = props => {
  const data = useStaticQuery(graphql`
    query {
      posts: allMdx(
        sort: { fields: [frontmatter___date], order: DESC }
Severity: Minor
Found in src/pages/404.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status