Add normal routing

This commit is contained in:
Captain Jack Sparrow 2024-06-07 19:05:47 +00:00
parent ab2f6c5336
commit c80ca63f9c
1 changed files with 1 additions and 1 deletions

View File

@ -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,