We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a853abf commit 5242b0eCopy full SHA for 5242b0e
1 file changed
vite.config.ts
@@ -8,8 +8,8 @@ import {defineConfig} from "vite";
8
// https://vitejs.dev/config.
9
export default defineConfig({
10
server: {host: "0.0.0.0", port: 5100},
11
+ base: "/socket_monitoring/",
12
assetsInclude: ["**/*.md"],
- base: '/',
13
build: {
14
target: ["firefox78", "chrome87", "safari14", "es2020", "edge88"],
15
outDir: "./production",
0 commit comments