mirror of
https://github.com/sussy-code/smov.git
synced 2025-01-03 16:37:40 +01: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,
|
VITE_DMCA_EMAIL: null,
|
||||||
|
|
||||||
// Whether to disable hash-based routing, leave this as false if you don't know what this is
|
// 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
|
// The backend URL to communicate with
|
||||||
VITE_BACKEND_URL: null,
|
VITE_BACKEND_URL: null,
|
||||||
|
|
Loading…
Reference in a new issue