Skip to content

Commit

Permalink
refactor: vite.config.ts and router.ts.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAlvesdev committed Sep 7, 2024
1 parent 955d5b8 commit 7817b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { UserConfig } from 'vite'

export default {
base: '/hbomax/'
base: '/'
} satisfies UserConfig

0 comments on commit 7817b39

Please sign in to comment.