Skip to content

Commit 7321fbb

Browse files
committed
fix base path
1 parent 40e780e commit 7321fbb

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
@@ -6,7 +6,7 @@ export default defineConfig({
66
plugins: [react()],
77

88
// BASE обязательно для GitHub Pages
9-
base: "/WebSecAcademy/",
9+
base: "./",
1010

1111
resolve: {
1212
alias: {

0 commit comments

Comments
 (0)