Closed derekeder closed 3 weeks ago
Name | Link |
---|---|
Latest commit | 3ba40498925a7b920d7cae8ad52eea130941731d |
Latest deploy log | https://app.netlify.com/sites/chicago-election-archive/deploys/67184195cfda6f00081f6e26 |
Deploy Preview | https://deploy-preview-14--chicago-election-archive.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.
Netlify reqiures Node 18 and building as it is currently set up fails. This PR updates the
Dockerfile
to use node 18 and removes poetry as a build dependency and moves everything over topip
.Successful deploy to Netlify took a bit of trial and error with the build and site commands, but these settings look to be what we need:
npm run build
dist
Figuring out the
dist
folder was determined by the settings at the bottom of.eleventy.js
: