Skip to content

Commit 5242b0e

Browse files
committed
Change base url to repository name.
1 parent a853abf commit 5242b0e

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
@@ -8,8 +8,8 @@ import {defineConfig} from "vite";
88
// https://vitejs.dev/config.
99
export default defineConfig({
1010
server: {host: "0.0.0.0", port: 5100},
11+
base: "/socket_monitoring/",
1112
assetsInclude: ["**/*.md"],
12-
base: '/',
1313
build: {
1414
target: ["firefox78", "chrome87", "safari14", "es2020", "edge88"],
1515
outDir: "./production",

0 commit comments

Comments
 (0)