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