Skip to content

Commit

Permalink
Update vite.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ronoc2020 authored Oct 12, 2024
1 parent 6cbad68 commit bcecdce
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,7 +1,7 @@
import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react';

// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
base: '/Hackers_Terminal_Game/', // Add the correct base path for GitHub Pages
});

0 comments on commit bcecdce

Please sign in to comment.