Closed mradamcox closed 3 months ago
Name | Link |
---|---|
Latest commit | b7efae247a19e967a10175897779d971e4c8d155 |
Latest deploy log | https://app.netlify.com/sites/cheerful-treacle-913a24/deploys/66ba9428e7c72d00088d74bd |
Deploy Preview | https://deploy-preview-250--cheerful-treacle-913a24.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Updates to the Navbar and showcase list page.
Also, a few CI-related updates to try an speed up the build process. Only mixed success here, seems like Netlify won't cache during the build even with the
netlify/plugin-nextjs
explicitly added to the package. I bet this is due to us simply building static pages here, by way of theexport: "output"
setting.