Closed rpetrich closed 10 months ago
Name | Link |
---|---|
Latest commit | 32aa82620c92c629609e479f6e2cfd22a674b6e2 |
Latest deploy log | https://app.netlify.com/sites/inspiring-poitras-b92665/deploys/659c386c5e004a0008083051 |
Deploy Preview | https://deploy-preview-54--inspiring-poitras-b92665.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.
This migrates the layout code to a new layout.ts file, defines types for the various data flowing in and out of it, and uses this common layout code in a new CLI tool that can be used to convert YAML to various output formats. This also properly encodes and decoded the embedded base64 comment using utf-8 instead of latin-1 to support international text properly
Closes #55 Closes #52 Related to #53