hash based routing in env file

ref #23
This commit is contained in:
2021-01-02 22:23:32 +01:00
parent a50ea15b38
commit 3396d17358
3 changed files with 9 additions and 2 deletions

View File

@@ -2,5 +2,6 @@ const config = {
baseurl: 'http://localhost:4010',
// optional params ⏬
fallback_username: 'demo',
fallback_password: 'demo'
fallback_password: 'demo',
prefersHashRouting: true
};