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"> <footer class="footer">
<p>&copy; 2025 RideAware. All rights reserved.</p> <p>&copy; 2025 RideAware. All rights reserved.</p>
</footer> </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> </body>
</html> </html>

View file

@ -123,6 +123,8 @@
<footer class="footer"> <footer class="footer">
<p>&copy; 2025 RideAware. All rights reserved.</p> <p>&copy; 2025 RideAware. All rights reserved.</p>
</footer> </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> </body>
</html> </html>

View file

@ -12,7 +12,7 @@
<link rel="stylesheet" <link rel="stylesheet"
href="https://cdn.statically.io/gl/rideaware/landing/main/static/css/newsletter_styles.min.css"> href="https://cdn.statically.io/gl/rideaware/landing/main/static/css/newsletter_styles.min.css">
</noscript> </noscript>
</head> `</head>
<body> <body>
<!-- Navigation --> <!-- Navigation -->
<nav class="navbar"> <nav class="navbar">
@ -92,6 +92,8 @@
<footer class="footer"> <footer class="footer">
<p>&copy; 2025 RideAware. All rights reserved.</p> <p>&copy; 2025 RideAware. All rights reserved.</p>
</footer> </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> </body>
</html> </html>