mirror of
https://github.com/p-stream/p-stream.git
synced 2026-01-11 20:10:32 +00:00
Add normal routing
This commit is contained in:
parent
ab2f6c5336
commit
c80ca63f9c
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ window.__CONFIG__ = {
|
|||
VITE_DMCA_EMAIL: null,
|
||||
|
||||
// Whether to disable hash-based routing, leave this as false if you don't know what this is
|
||||
VITE_NORMAL_ROUTER: false,
|
||||
VITE_NORMAL_ROUTER: true,
|
||||
|
||||
// The backend URL to communicate with
|
||||
VITE_BACKEND_URL: null,
|
||||
|
|
|
|||
Loading…
Reference in a new issue