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

Malformed URLs for theme assets #1

Open
doamatto opened this issue Sep 11, 2021 · 1 comment
Open

Malformed URLs for theme assets #1

doamatto opened this issue Sep 11, 2021 · 1 comment

Comments

@doamatto
Copy link

The URLs for Bootstrap have an extra slash, resulting in a 404. These URLs look like this: http://anki.github.io/assets/themes//resources/bootstrap/js/bootstrap.min.js (note the // between themes and resources).

There are two solutions:

  1. Rewrite instances like these to not have a slash; or:
  2. Define ASSET_PATH (seen here) to workaround this.

The latter may be a more ideal solution as template/include files will remain easy to read and likely require less editing to make everything work, as opposed to the former. This is a non-issue for the analytic includes, as far as I'm aware.

@imadethisaccountsoicanmakeanissue

uhhhh anki shutdown in april 2019... i don't think this account has a owner anymore

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

No branches or pull requests

2 participants