Skip to content

Commit da7b3dd

Browse files
AmirMohammad CheraghaliAmirMohammad Cheraghali
authored andcommitted
fix: Update Vite base path for renamed repository QuercusViewer
1 parent 769d5ca commit da7b3dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ import react from '@vitejs/plugin-react'
44
// https://vite.dev/config/
55
export default defineConfig({
66
plugins: [react()],
7-
base: '/QuercusProteinViewer/',
7+
base: '/QuercusViewer/',
88
})

0 commit comments

Comments
 (0)