You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we are building a static page for each miner. This means the build script is taking a very long time. I think instead, we should make the miner page dynamic. I.e. we fetch the data from the APIs in the page itself rather than at build time.
We should keep the home page as static build time content.
Currently, we are building a static page for each miner. This means the build script is taking a very long time. I think instead, we should make the miner page dynamic. I.e. we fetch the data from the APIs in the page itself rather than at build time.
We should keep the home page as static build time content.