Skip to content

Commit 37ea4c3

Browse files
phucbmclaude
andcommitted
fix(website): set base to / for Cloudflare Pages deployment
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f585675 commit 37ea4c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ import tailwindcss from '@tailwindcss/vite'
44

55
export default defineConfig({
66
plugins: [react(), tailwindcss()],
7-
base: '/claude-usage-monitor/',
7+
base: '/',
88
})

0 commit comments

Comments
 (0)