This commit is contained in:
Jonathan Chevalier
2022-09-23 16:53:59 +02:00
parent 6c05551126
commit a4e905e840
8 changed files with 153 additions and 13 deletions

View File

@@ -7,7 +7,7 @@ export default defineConfig({
server: {
proxy: {
'/php': {
target: 'https://www.parapharmacie-et-medicament.com/',
target: 'https://para-php7-dev.parapharmacie-et-medicament.com/',
changeOrigin: true,
}
}