Nginx config example and relative path

This commit is contained in:
Pablo Ferreiro 2022-01-03 14:32:35 +01:00
parent 3dd723309d
commit 477efe8486
No known key found for this signature in database
GPG key ID: 41FBCE65B779FA24
3 changed files with 34 additions and 5 deletions

View file

@ -9,8 +9,8 @@
<div id="navbar-menu" class="navbar-menu">
<div class="navbar-start">
<a href="./home" class="navbar-item">Home</a>
<a href="./settings" class="navbar-item">Settings</a>
<a href="{path('home')}" class="navbar-item">Home</a>
<a href="{path('settings')}" class="navbar-item">Settings</a>
</div>
</div>
</nav>