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

This reverts commit d205a7683a.
pull/1812/head
Athurg Gooth 2 years ago committed by GitHub
parent c14c6b3786
commit 77e8e9ebbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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",

Loading…
Cancel
Save