We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40e780e commit 7321fbbCopy full SHA for 7321fbb
1 file changed
vite.config.ts
@@ -6,7 +6,7 @@ export default defineConfig({
6
plugins: [react()],
7
8
// BASE обязательно для GitHub Pages
9
- base: "/WebSecAcademy/",
+ base: "./",
10
11
resolve: {
12
alias: {
0 commit comments