From 7817b39274b27a1714663b1539bad44cc587ffd2 Mon Sep 17 00:00:00 2001 From: JoseAlvesdev Date: Sat, 7 Sep 2024 11:45:52 -0300 Subject: [PATCH] refactor: vite.config.ts and router.ts. --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index 08d6153..3520a89 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -1,5 +1,5 @@ import type { UserConfig } from 'vite' export default { - base: '/hbomax/' + base: '/' } satisfies UserConfig \ No newline at end of file