Skip to content

Commit 56cc534

Browse files
matte1782claude
andcommitted
fix(showcase): Correct base path to match GitHub repo name
Changed base from '/phantom-guard/' to '/phantom_guard/' to match the actual GitHub repository name, fixing 404 errors for assets. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 65f1a59 commit 56cc534

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

showcase/vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { defineConfig } from 'vite';
22

33
export default defineConfig({
4-
base: '/phantom-guard/', // For GitHub Pages
4+
base: '/phantom_guard/', // For GitHub Pages (must match repo name)
55
build: {
66
outDir: 'dist',
77
assetsDir: 'assets',

0 commit comments

Comments
 (0)