Browse Source

templates: correct path to home at index.html

Shiv Tyagi 2 năm trước cách đây
mục cha
commit
55cda45dba
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      templates/index.html

+ 1 - 1
templates/index.html

@@ -33,7 +33,7 @@
             <nav class="navbar bg-dark">
                 <div class="container-fluid">
                     <div>
-                        <a class="navbar-brand" href="./">
+                        <a class="navbar-brand" href="/">
                             <img src="{{ url_for('static', filename='images/ardupilot_logo.png')}}" alt="ArduPilot" height="24"
                                 class="d-inline-block align-text-top">
                             <span class="ms-2 text-white" style="font-size: 25px;">Custom Firmware Builder</span>