Skip to content

Commit 7a73ac7

Browse files
authored
Merge pull request #8 from GizzZmo/copilot/fix-blank-screen-issue
Fix GitHub Pages deployment with correct base path
2 parents 77d3724 + de3cde1 commit 7a73ac7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import path from 'path';
22
import { defineConfig } from 'vite';
33

44
export default defineConfig({
5+
base: '/Code-ReViewer/',
56
resolve: {
67
alias: {
78
'@': path.resolve(__dirname, '.'),

0 commit comments

Comments
 (0)