We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From a card's JSON:
"setSymbolSource": "http://localhost:4242/img/setSymbols/custom/a22-m.png",
I noticed it as cards created on cardconjurer.onrender.com would not load correctly on the local version, as the set symbol and watermark contained "https://cardconjurer.onrender.com/" at the start.
I tested by changing the JSON to this:
"setSymbolSource": "/img/setSymbols/custom/a22-m.png",
and the card loaded correctly, so I think it would make sense not to save the full URL, but just the path.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From a card's JSON:
I noticed it as cards created on cardconjurer.onrender.com would not load correctly on the local version, as the set symbol and watermark contained "https://cardconjurer.onrender.com/" at the start.
I tested by changing the JSON to this:
and the card loaded correctly, so I think it would make sense not to save the full URL, but just the path.
The text was updated successfully, but these errors were encountered: