Skip to content
New issue

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

Repair static dir in OCA image #29

Merged
merged 1 commit into from
Aug 27, 2023

Conversation

skieffer
Copy link
Member

The built-in css and img dirs in pise/server were being incorrectly put under a version dir. The URL has a version number in it, for cache busting, but, internally, Flask routes these requests to a filesystem path that does not include the version segment.

Due to the incorrect placement, our 404 page was failing to find the img and css it needed.

The built-in `css` and `img` dirs in `pise/server` were being incorrectly
put under a version dir. The URL has a version number in it, for cache busting,
but, internally, Flask routes these requests to a filesystem path that does
not include the version segment.

Due to the incorrect placement, our 404 page was failing to find the img and
css it needed.
@skieffer skieffer merged commit d7d41cc into proofscape:main Aug 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant