From c80ca63f9cab8a442f5fd3e5d5b457257c615a55 Mon Sep 17 00:00:00 2001 From: Captain Jack Sparrow <163903675+sussy-code@users.noreply.github.com> Date: Fri, 7 Jun 2024 19:05:47 +0000 Subject: [PATCH] Add normal routing --- public/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/config.js b/public/config.js index 46985abf..793f63cf 100644 --- a/public/config.js +++ b/public/config.js @@ -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,