We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77d3724 + de3cde1 commit 7a73ac7Copy full SHA for 7a73ac7
vite.config.ts
@@ -2,6 +2,7 @@ import path from 'path';
2
import { defineConfig } from 'vite';
3
4
export default defineConfig({
5
+ base: '/Code-ReViewer/',
6
resolve: {
7
alias: {
8
'@': path.resolve(__dirname, '.'),
0 commit comments