kevinjqliu opened a new pull request, #105: URL: https://github.com/apache/datafusion-site/pull/105
Running locally, i noticed this console error: <img width="1392" height="179" alt="Screenshot 2025-09-07 at 6 51 55 PM" src="https://github.com/user-attachments/assets/b0ee0164-056e-4c76-98b1-11bae95b1ea8" /> Upgrading bootstrap fixed the error. Taken from bootstrap repo, tag v5.3.8: - https://github.com/twbs/bootstrap/blob/v5.3.8/dist/js/bootstrap.bundle.min.js - https://github.com/twbs/bootstrap/blob/v5.3.8/dist/js/bootstrap.bundle.min.js.map Heres what I ran: ``` curl -L https://raw.githubusercontent.com/twbs/bootstrap/refs/tags/v5.3.8/dist/js/bootstrap.bundle.min.js -o content/js/bootstrap.bundle.min.js curl -L https://raw.githubusercontent.com/twbs/bootstrap/refs/tags/v5.3.8/dist/js/bootstrap.bundle.min.js.map -o content/js/bootstrap.bundle.min.js.map ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
