fix: put JS in staticly cdn

This commit is contained in:
Cipher Vance 2025-08-25 13:32:21 -05:00
parent 6b066e53ef
commit 55f22998b3
3 changed files with 10 additions and 4 deletions

View file

@ -163,6 +163,8 @@
<footer class="footer">
<p>&copy; 2025 RideAware. All rights reserved.</p>
</footer>
<script src="{{ url_for('static', filename='js/main.min.js') }}" defer></script>
<script defer
src="https://cdn.statically.io/gl/rideaware/landing/06d19988c7df53636277f945f9ed853bda76471b/static/js/main.min.js"
crossorigin="anonymous"></script>
</body>
</html>