mirror of
https://github.com/pinry/pinry.git
synced 2026-07-05 11:17:48 +02:00
Merge pull request #224 from pinry/feature/history-mode-url
Feature/history mode url closed #198 #197
This commit is contained in:
@@ -35,7 +35,7 @@ server {
|
||||
}
|
||||
|
||||
location / {
|
||||
root /pinry/pinry-spa/dist/;
|
||||
try_files $uri $uri/ /index.html;
|
||||
access_log off;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -61,6 +61,7 @@ const routes = [
|
||||
];
|
||||
|
||||
const router = new VueRouter({
|
||||
mode: 'history',
|
||||
routes,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user