1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/piped_ynh.git synced 2024-09-03 20:05:54 +02:00

Merge pull request #9 from YunoHost-Apps/testing

Fixed Vue.js routing
This commit is contained in:
Mateusz 2024-01-29 20:36:16 +01:00 committed by GitHub
commit a984a7f240
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,4 +59,5 @@ location __PATH__/ {
# Path to source
alias __INSTALL_DIR__/dist/;
try_files $uri $uri/ /index.html;
}