Skip to content

Updates static path to assets which adds the pico files (and other existing static assets #693

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

Merged
merged 1 commit into from
May 19, 2025

Conversation

kjaymiller
Copy link
Contributor

Issue Link 🔗: Issue: #690

Type of Change

  • Bug fix 🐞
  • New feature/page
  • Documentation update
  • Other

Description 📋

  • What: Provide an overview of the issue this PR addresses. Explain the context and background information.

Adds the static path to the Site.static_paths so that the pico css code is referenced.

  • Why: Describe why the changes are being made. Highlight key updates, new features, or bug fixes.

  • How: Explain how these changes will affect the project or end-users.

Checklist ✅

  • Followed the Code of Conduct and Contribution Guide
  • Ran pre-commit run --all
  • All tests pass locally
  • Added tests (if applicable)
  • Documentation updated (if applicable)

Additional Notes & Screenshots

Add any additional notes or comments that might be helpful for the reviewers.

@kjaymiller kjaymiller changed the base branch from gh-pages to pycon-us-sprints-2025 May 19, 2025 12:13
@kjaymiller kjaymiller changed the title Updates static path to assets which adds the pico files alreay Updates static path to assets which adds the pico files (and other existing static assets May 19, 2025

let url = lang !== "en" ? "/" + lang + base_pathname : base_pathname;

window.location.assign(url);

Check warning

Code scanning / CodeQL

DOM text reinterpreted as HTML Medium

DOM text
is reinterpreted as HTML without escaping meta-characters.
@lazouich lazouich merged commit d2c7339 into pycon-us-sprints-2025 May 19, 2025
5 of 8 checks passed
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.

2 participants