app.co icon indicating copy to clipboard operation
app.co copied to clipboard

Remove unused getInitialProps in _app

Open kyranjamie opened this issue 5 years ago • 0 comments

On build we're opting out of Automatic Static Optimization.

Per the error page, it looks like there's code we can remove to enable this, provided we can find another way to manage the universal cookies (pretty sure we can).

https://github.com/blockstack/app.co/blob/d6455e2d996f048d6b681ed1091d02f0dd83c60b/pages/_app.js#L75-L88

kyranjamie avatar Dec 06 '19 09:12 kyranjamie