Skip to content

Commit 4fe9b50

Browse files
tthallosclaude
andcommitted
fix(pages): use /Pagus/ base path to match repo casing
GitHub Pages preserves repo-name casing; asset URLs must match. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 7035b44 commit 4fe9b50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

playground/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ import react from '@vitejs/plugin-react'
33

44
export default defineConfig({
55
plugins: [react()],
6-
base: process.env.GITHUB_ACTIONS ? '/pagus/' : '/',
6+
base: process.env.GITHUB_ACTIONS ? '/Pagus/' : '/',
77
})

0 commit comments

Comments
 (0)