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
assets
static
This will take care of #14336
Now that we support the assets folder instead of static for images, we should update the code to ONLY use images in that folder and not use static.
Steps to accomplish this:
static/events/xxxx
assets/events/xxx
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This will take care of #14336
Now that we support the
assets
folder instead ofstatic
for images, we should update the code to ONLY use images in that folder and not use static.Steps to accomplish this:
static/events/xxxx
toassets/events/xxx
whatever (we need to leave thestatic
directories for the archived events for Reasons) Move organizer, logo, and speaker images to the assets directory #14641The text was updated successfully, but these errors were encountered: