Jonah Lawrence
Jonah Lawrence
I don't think solution is very feasible to implement because the width of the text can't be calculated by the SVG (if it could, I would just make the width...
It's a good idea, kind of along the same lines of #222, but in the page instead of the demo site URL
Thanks for the response. If you do end up making this possible, a cleaner solution than supporting changing the function could be to just allow setting the `shortDescription` via an...
Thanks for taking a look. Not sure about dependencies, but it seems there are a few options including an executable Appimage. https://inkscape.org/release/inkscape-1.2.2/
Any update on this? Is there anything I can do to get inkscape installed? Or, if not, is it possible to get the [Imagick](https://github.com/Imagick/imagick) PHP extension? Thanks!
Ok, no problem. On Heroku, I was able to add third party [buildpacks](https://elements.heroku.com/buildpacks) that can install things. I have gotten inkscape working there by adding the buildpack https://github.com/heroku/heroku-buildpack-apt and having...
Okay, I'll look forward to hearing if you do find a good solution. 👍
I'm seeing this same error with 0.5.2 specifically when letting it deploy automatically from GitHub. When deploying with `vercel` or `vercel --prod` in the command line it works perfectly fine...
Deploying through the site is working for me now after changing that setting.
As a workaround, I disabled the Vercel GitHub integration and I'm using a GitHub action instead. https://github.com/DenverCoder1/minimalistic-wallpaper-collection/blob/main/.github/workflows/vercel-deploy.yml The `vercel` and `vercel --prod` commands work just fine, but there still seems...