Explorar el Código

feat: VITE_PUBLIC_PATH

tangning hace 3 años
padre
commit
b280fd47d9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .env.production

+ 1 - 1
.env.production

@@ -2,7 +2,7 @@
 VITE_USE_MOCK = true
 
 # public path
-VITE_PUBLIC_PATH = ./
+VITE_PUBLIC_PATH = /
 
 # Delete console
 VITE_DROP_CONSOLE = true