Closed icehaunter closed 5 days ago
Name | Link |
---|---|
Latest commit | 0cccf7475fefb568f603c80a93ae0e6208d8bf64 |
Latest deploy log | https://app.netlify.com/sites/electric-next/deploys/673dcb638496bb0007f26748 |
Deploy Preview | https://deploy-preview-2002--electric-next.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.
I had already fixed this in https://github.com/electric-sql/electric/pull/1988 -- waiting on a review for a while now.
It was worth waiting for me to input.
Previous matching was generating wrong blog structure (paths were split on arbitrary
-
), which led to "dead link" complaints. Also the.split
of the path was wrong because preceding slash is not part of the file, but maybe that's incosistent between mac & linux so I replaced it with a definitely crossplatform call