revert: fix: add public base path (#1748) (#1775) (#1806)

This reverts commit d205a7683a.
This commit is contained in:
Athurg Gooth
2023-06-07 10:07:30 +08:00
committed by GitHub
parent c14c6b3786
commit 77e8e9ebbd

View File

@@ -10,7 +10,6 @@ if (process.env.DEV_PROXY_SERVER && process.env.DEV_PROXY_SERVER.length > 0) {
// https://vitejs.dev/config/
export default defineConfig({
base: "./",
plugins: [react()],
server: {
host: "0.0.0.0",