Base path

This commit is contained in:
2024-07-19 10:40:01 +02:00
parent 9149cb25fe
commit 10e5e8fc5a
11 changed files with 7 additions and 112 deletions
+2 -1
View File
@@ -5,6 +5,7 @@ import react from '@vitejs/plugin-react';
export default defineConfig({
plugins: [react()],
build: {
outDir: '../dist',
outDir: '../pages',
},
base: 'phpCourse/exam/',
});