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

Properly route Vue.js paths

This commit is contained in:
Mateusz 2024-01-29 19:11:51 +01:00 committed by GitHub
parent 44e29d2998
commit d06d928457
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;
}