Parcourir la source

feat: VITE_PUBLIC_PATH

tangning il y a 3 ans
Parent
commit
b280fd47d9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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