fix: put JS in staticly cdn
This commit is contained in:
parent
6b066e53ef
commit
55f22998b3
3 changed files with 10 additions and 4 deletions
|
|
@ -163,6 +163,8 @@
|
|||
<footer class="footer">
|
||||
<p>© 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>
|
||||
|
|
@ -123,6 +123,8 @@
|
|||
<footer class="footer">
|
||||
<p>© 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>
|
||||
|
|
@ -12,7 +12,7 @@
|
|||
<link rel="stylesheet"
|
||||
href="https://cdn.statically.io/gl/rideaware/landing/main/static/css/newsletter_styles.min.css">
|
||||
</noscript>
|
||||
</head>
|
||||
`</head>
|
||||
<body>
|
||||
<!-- Navigation -->
|
||||
<nav class="navbar">
|
||||
|
|
@ -92,6 +92,8 @@
|
|||
<footer class="footer">
|
||||
<p>© 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue