1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-20 14:37:43 +01:00

Add normal routing

This commit is contained in:
Captain Jack Sparrow 2024-06-07 19:05:47 +00:00
parent ab2f6c5336
commit c80ca63f9c

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,