
      window.__NEXT_REGISTER_PAGE('/static/img/pages/x.png', function() {
        var error = new Error('Page does not exist: /static/img/pages/x.png')
        error.statusCode = 404

        return { error: error }
      })
    